#0B621B

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

Shades of Crusoe #0B621B

Tints of Crusoe #0B621B

Color information

#0B621B (or 0x0B621B) is unknown color: approx Crusoe. HEX triplet: 0B, 62 and 1B. RGB value is (11,98,27). Sum of RGB (Red+Green+Blue) = 11+98+27=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #0B621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B621B is #F49DE4. Grayscale: #404040. Windows color (decimal): -16031205 or 1794571. OLE color: 1794571.

HSL color Cylindrical-coordinate representation of color #0B621B: hue angle of 131.03º 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 #0B621B is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB119827-
CMYK0.8900.720.62
HSL131.03º79.82%21.37%-
HSV(B)131.03º88.78%38.43%-
XYZ4.78.892.5-
YUV63.89107.1890.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 98 (38.67% from 255) = 72.06%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=8.09%
G=72.06%
B=19.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198270.8900.720.62131.0379.8221.37
HexB621B590483E835015
Octal131423313101107620312025
Binary101111000101101110110010100100011111010000011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,98,27); }

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

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

 a { background-color: rgb(11,98,27); }

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

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

 span { border-color: rgb(11,98,27); }

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