#0B640D

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

Shades of Green #0B640D

Tints of Green #0B640D

Color information

#0B640D (or 0x0B640D) is unknown color: approx Green. HEX triplet: 0B, 64 and 0D. RGB value is (11,100,13). Sum of RGB (Red+Green+Blue) = 11+100+13=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #0B640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B640D is #F49BF2. Grayscale: #3F3F3F. Windows color (decimal): -16030707 or 877579. OLE color: 877579.

HSL color Cylindrical-coordinate representation of color #0B640D: hue angle of 121.35º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B640D is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB1110013-
CMYK0.8900.870.61
HSL121.35º80.18%21.76%-
HSV(B)121.35º89%39.22%-
XYZ4.779.211.91-
YUV63.4799.5190.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 100 (39.45% from 255) = 80.65%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=8.87%
G=80.65%
B=10.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100130.8900.870.61121.3580.1821.76
HexB64D590573D795016
Octal131441513101277517112026
Binary1011110010011011011001010101111111011111001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,13); }

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

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

 a { background-color: rgb(11,100,13); }

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

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

 span { border-color: rgb(11,100,13); }

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