#0B6825

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

Shades of Crusoe #0B6825

Tints of Crusoe #0B6825

Color information

#0B6825 (or 0x0B6825) is unknown color: approx Crusoe. HEX triplet: 0B, 68 and 25. RGB value is (11,104,37). Sum of RGB (Red+Green+Blue) = 11+104+37=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6825 is #F497DA. Grayscale: #444444. Windows color (decimal): -16029659 or 2451467. OLE color: 2451467.

HSL color Cylindrical-coordinate representation of color #0B6825: hue angle of 136.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6825 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1110437-
CMYK0.8900.640.59
HSL136.77º80.87%22.55%-
HSV(B)136.77º89.42%40.78%-
XYZ5.4210.113.42-
YUV68.55110.1986.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 104 (41.02% from 255) = 68.42%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=7.24%
G=68.42%
B=24.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11104370.8900.640.59136.7780.8722.55
HexB6825590403B895117
Octal131504513101007321112127
Binary1011110100010010110110010100000011101110001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,104,37); }

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

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

 a { background-color: rgb(11,104,37); }

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

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

 span { border-color: rgb(11,104,37); }

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