#0D6625

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

Shades of Crusoe #0D6625

Tints of Crusoe #0D6625

Color information

#0D6625 (or 0x0D6625) is unknown color: approx Crusoe. HEX triplet: 0D, 66 and 25. RGB value is (13,102,37). Sum of RGB (Red+Green+Blue) = 13+102+37=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6625 is #F299DA. Grayscale: #444444. Windows color (decimal): -15899099 or 2450957. OLE color: 2450957.

HSL color Cylindrical-coordinate representation of color #0D6625: hue angle of 136.18º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6625 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1310237-
CMYK0.8700.640.6
HSL136.18º77.39%22.55%-
HSV(B)136.18º87.25%40%-
XYZ5.259.723.35-
YUV67.98110.5188.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 102 (40.23% from 255) = 67.11%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=8.55%
G=67.11%
B=24.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13102370.8700.640.6136.1877.3922.55
HexD6625570403C884d17
Octal151464512701007421011527
Binary1101110011010010110101110100000011110010001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,102,37); }

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

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

 a { background-color: rgb(13,102,37); }

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

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

 span { border-color: rgb(13,102,37); }

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