#0B621C

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

Shades of Crusoe #0B621C

Tints of Crusoe #0B621C

Color information

#0B621C (or 0x0B621C) is unknown color: approx Crusoe. HEX triplet: 0B, 62 and 1C. RGB value is (11,98,28). Sum of RGB (Red+Green+Blue) = 11+98+28=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #0B621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B621C is #F49DE3. Grayscale: #404040. Windows color (decimal): -16031204 or 1860107. OLE color: 1860107.

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

Color convert

RGB119828-
CMYK0.8900.710.62
HSL131.72º79.82%21.37%-
HSV(B)131.72º88.78%38.43%-
XYZ4.728.892.57-
YUV64.01107.6890.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.03%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=8.03%
G=71.53%
B=20.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198280.8900.710.62131.7279.8221.37
HexB621C590473E845015
Octal131423413101077620412025
Binary101111000101110010110010100011111111010000100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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