#0B621D

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

Shades of Crusoe #0B621D

Tints of Crusoe #0B621D

Color information

#0B621D (or 0x0B621D) is unknown color: approx Crusoe. HEX triplet: 0B, 62 and 1D. RGB value is (11,98,29). Sum of RGB (Red+Green+Blue) = 11+98+29=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #0B621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B621D is #F49DE2. Grayscale: #404040. Windows color (decimal): -16031203 or 1925643. OLE color: 1925643.

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

Color convert

RGB119829-
CMYK0.8900.700.62
HSL132.41º79.82%21.37%-
HSV(B)132.41º88.78%38.43%-
XYZ4.738.92.63-
YUV64.12108.1890.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=7.97%
G=71.01%
B=21.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198290.8900.700.62132.4179.8221.37
HexB621D590463E845015
Octal131423513101067620412025
Binary101111000101110110110010100011011111010000100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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