#0B6524

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

Shades of Crusoe #0B6524

Tints of Crusoe #0B6524

Color information

#0B6524 (or 0x0B6524) is unknown color: approx Crusoe. HEX triplet: 0B, 65 and 24. RGB value is (11,101,36). Sum of RGB (Red+Green+Blue) = 11+101+36=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6524 is #F49ADB. Grayscale: #424242. Windows color (decimal): -16030428 or 2385163. OLE color: 2385163.

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

Color convert

RGB1110136-
CMYK0.8900.640.60
HSL136.67º80.36%21.96%-
HSV(B)136.67º89.11%39.61%-
XYZ5.119.513.23-
YUV66.68110.6888.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 101 (39.84% from 255) = 68.24%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=7.43%
G=68.24%
B=24.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101360.8900.640.60136.6780.3621.96
HexB6524590403C895016
Octal131454413101007421112026
Binary1011110010110010010110010100000011110010001001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,36); }

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

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

 a { background-color: rgb(11,101,36); }

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

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

 span { border-color: rgb(11,101,36); }

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