#0B5926

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

Shades of Crusoe #0B5926

Tints of Crusoe #0B5926

Color information

#0B5926 (or 0x0B5926) is unknown color: approx Crusoe. HEX triplet: 0B, 59 and 26. RGB value is (11,89,38). Sum of RGB (Red+Green+Blue) = 11+89+38=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5926 is #F4A6D9. Grayscale: #3B3B3B. Windows color (decimal): -16033498 or 2513163. OLE color: 2513163.

HSL color Cylindrical-coordinate representation of color #0B5926: hue angle of 140.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5926 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB118938-
CMYK0.8800.570.65
HSL140.77º78%19.61%-
HSV(B)140.77º87.64%34.9%-
XYZ4.067.363.04-
YUV59.86115.6693.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 89 (35.16% from 255) = 64.49%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=7.97%
G=64.49%
B=27.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1189380.8800.570.65140.777819.61
HexB592658039418d4e14
Octal131314613007110121511624
Binary1011101100110011010110000111001100000110001101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,89,38); }

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

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

 a { background-color: rgb(11,89,38); }

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

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

 span { border-color: rgb(11,89,38); }

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