#0D621D

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

Shades of Crusoe #0D621D

Tints of Crusoe #0D621D

Color information

#0D621D (or 0x0D621D) is unknown color: approx Crusoe. HEX triplet: 0D, 62 and 1D. RGB value is (13,98,29). Sum of RGB (Red+Green+Blue) = 13+98+29=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #0D621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D621D is #F29DE2. Grayscale: #404040. Windows color (decimal): -15900131 or 1925645. OLE color: 1925645.

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

Color convert

RGB139829-
CMYK0.8700.700.62
HSL131.29º76.58%21.76%-
HSV(B)131.29º86.73%38.43%-
XYZ4.768.912.63-
YUV64.72107.8491.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 98 (38.67% from 255) = 70%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=9.29%
G=70%
B=20.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1398290.8700.700.62131.2976.5821.76
HexD621D570463E834d16
Octal151423512701067620311526
Binary110111000101110110101110100011011111010000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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