#0D6222

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

Shades of Crusoe #0D6222

Tints of Crusoe #0D6222

Color information

#0D6222 (or 0x0D6222) is unknown color: approx Crusoe. HEX triplet: 0D, 62 and 22. RGB value is (13,98,34). Sum of RGB (Red+Green+Blue) = 13+98+34=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6222 is #F29DDD. Grayscale: #414141. Windows color (decimal): -15900126 or 2253325. OLE color: 2253325.

HSL color Cylindrical-coordinate representation of color #0D6222: hue angle of 134.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6222 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB139834-
CMYK0.8700.650.62
HSL134.82º76.58%21.76%-
HSV(B)134.82º86.73%38.43%-
XYZ4.828.942.98-
YUV65.29110.3490.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.97%
GREEN value IS 98 (38.67% from 255) = 67.59%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=8.97%
G=67.59%
B=23.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1398340.8700.650.62134.8276.5821.76
HexD6222570413E874d16
Octal151424212701017620711526
Binary1101110001010001010101110100000111111010000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,34); }

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

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

 a { background-color: rgb(13,98,34); }

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

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

 span { border-color: rgb(13,98,34); }

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