#0B6D2E

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

Shades of Crusoe #0B6D2E

Tints of Crusoe #0B6D2E

Color information

#0B6D2E (or 0x0B6D2E) is unknown color: approx Crusoe. HEX triplet: 0B, 6D and 2E. RGB value is (11,109,46). Sum of RGB (Red+Green+Blue) = 11+109+46=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6D2E is #F492D1. Grayscale: #484848. Windows color (decimal): -16028370 or 3042571. OLE color: 3042571.

HSL color Cylindrical-coordinate representation of color #0B6D2E: hue angle of 141.43º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6D2E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1110946-
CMYK0.9000.580.57
HSL141.43º81.67%23.53%-
HSV(B)141.43º89.91%42.75%-
XYZ6.111.214.43-
YUV72.52113.0384.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 109 (42.97% from 255) = 65.66%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=6.63%
G=65.66%
B=27.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11109460.9000.580.57141.4381.6723.53
HexB6D2E5A03A398d5218
Octal13155561320727121512230
Binary101111011011011101011010011101011100110001101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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