#0B5833

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

Shades of Crusoe #0B5833

Tints of Crusoe #0B5833

Color information

#0B5833 (or 0x0B5833) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 33. RGB value is (11,88,51). Sum of RGB (Red+Green+Blue) = 11+88+51=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5833 is #F4A7CC. Grayscale: #3C3C3C. Windows color (decimal): -16033741 or 3364875. OLE color: 3364875.

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

Color convert

RGB118851-
CMYK0.8800.420.65
HSL151.17º77.78%19.41%-
HSV(B)151.17º87.5%34.51%-
XYZ4.237.294.32-
YUV60.76122.4992.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.33%
GREEN value IS 88 (34.77% from 255) = 58.67%
BLUE value IS 51 (20.31% from 255) = 34%
R=7.33%
G=58.67%
B=34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188510.8800.420.65151.1777.7819.41
HexB58335802A41974e13
Octal131306313005210122711623
Binary1011101100011001110110000101010100000110010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,88,51); }

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

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

 a { background-color: rgb(11,88,51); }

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

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

 span { border-color: rgb(11,88,51); }

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