#0B611E

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

Shades of Crusoe #0B611E

Tints of Crusoe #0B611E

Color information

#0B611E (or 0x0B611E) is unknown color: approx Crusoe. HEX triplet: 0B, 61 and 1E. RGB value is (11,97,30). Sum of RGB (Red+Green+Blue) = 11+97+30=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #0B611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B611E is #F49EE1. Grayscale: #3F3F3F. Windows color (decimal): -16031458 or 1990923. OLE color: 1990923.

HSL color Cylindrical-coordinate representation of color #0B611E: hue angle of 133.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B611E is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB119730-
CMYK0.8900.690.62
HSL133.26º79.63%21.18%-
HSV(B)133.26º88.66%38.04%-
XYZ4.658.712.67-
YUV63.65109.0190.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=7.97%
G=70.29%
B=21.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197300.8900.690.62133.2679.6321.18
HexB611E590453E855015
Octal131413613101057620512025
Binary101111000011111010110010100010111111010000101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,30); }

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

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

 a { background-color: rgb(11,97,30); }

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

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

 span { border-color: rgb(11,97,30); }

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