#0DB356

Color #0DB356 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0DB356

Tints of Pigment Green #0DB356

Color information

#0DB356 (or 0x0DB356) is unknown color: approx Pigment Green. HEX triplet: 0D, B3 and 56. RGB value is (13,179,86). Sum of RGB (Red+Green+Blue) = 13+179+86=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB356 is #F24CA9. Grayscale: #767676. Windows color (decimal): -15879338 or 5681933. OLE color: 5681933.

HSL color Cylindrical-coordinate representation of color #0DB356: hue angle of 146.39º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB356 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB1317986-
CMYK0.9300.520.30
HSL146.39º86.46%37.65%-
HSV(B)146.39º92.74%70.2%-
XYZ17.973314.23-
YUV118.76109.552.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.68%
GREEN value IS 179 (70.31% from 255) = 64.39%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=4.68%
G=64.39%
B=30.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13179860.9300.520.30146.3986.4637.65
HexDB3565D0341E925626
Octal152631261350643622212646
Binary11011011001110101101011101011010011110100100101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB356; }

 p { color: rgb(13,179,86); }

 H1.HeaderClassName
 {
   color: #0DB356;
 }
 .AnyTagClassName
 {
   color: #0DB356;
 }
</style>
background-color css

<style>
 a { background-color: #0DB356; }

 a { background-color: rgb(13,179,86); }

 div.DivClassName
 {
   background-color: #0DB356;
 }
 .BgClassName
 {
   background-color: #0DB356;
 }
</style>
border-color css

<style>
 span { border-color: #0DB356; }

 span { border-color: rgb(13,179,86); }

 td.TdClassName
 {
   border-color: #0DB356;
 }
 .TagClassName
 {
   border-color: #0DB356;
 }
</style>