#0B5123

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

Shades of Crusoe #0B5123

Tints of Crusoe #0B5123

Color information

#0B5123 (or 0x0B5123) is unknown color: approx Crusoe. HEX triplet: 0B, 51 and 23. RGB value is (11,81,35). Sum of RGB (Red+Green+Blue) = 11+81+35=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5123 is #F4AEDC. Grayscale: #363636. Windows color (decimal): -16035549 or 2314507. OLE color: 2314507.

HSL color Cylindrical-coordinate representation of color #0B5123: hue angle of 140.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5123 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB118135-
CMYK0.8600.570.68
HSL140.57º76.09%18.04%-
HSV(B)140.57º86.42%31.76%-
XYZ3.386.082.58-
YUV54.83116.8196.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.66%
GREEN value IS 81 (32.03% from 255) = 63.78%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=8.66%
G=63.78%
B=27.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181350.8600.570.68140.5776.0918.04
HexB512356039448d4c12
Octal131214312607110421511422
Binary1011101000110001110101100111001100010010001101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,35); }

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

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

 a { background-color: rgb(11,81,35); }

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

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

 span { border-color: rgb(11,81,35); }

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