#0B572E

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

Shades of Crusoe #0B572E

Tints of Crusoe #0B572E

Color information

#0B572E (or 0x0B572E) is unknown color: approx Crusoe. HEX triplet: 0B, 57 and 2E. RGB value is (11,87,46). Sum of RGB (Red+Green+Blue) = 11+87+46=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 87 (34.38% from 255 or 60.42% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 87 - color contains mainly: green. Hex color #0B572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B572E is #F4A8D1. Grayscale: #3B3B3B. Windows color (decimal): -16034002 or 3036939. OLE color: 3036939.

HSL color Cylindrical-coordinate representation of color #0B572E: hue angle of 147.63º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B572E is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB118746-
CMYK0.8700.470.66
HSL147.63º77.55%19.22%-
HSV(B)147.63º87.36%34.12%-
XYZ4.047.083.74-
YUV59.6120.3293.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 87 (34.38% from 255) = 60.42%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=7.64%
G=60.42%
B=31.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1187460.8700.470.66147.6377.5519.22
HexB572E5702F42944e13
Octal131275612705710222411623
Binary1011101011110111010101110101111100001010010100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,46); }

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

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

 a { background-color: rgb(11,87,46); }

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

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

 span { border-color: rgb(11,87,46); }

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