#0D6631

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

Shades of Crusoe #0D6631

Tints of Crusoe #0D6631

Color information

#0D6631 (or 0x0D6631) is unknown color: approx Crusoe. HEX triplet: 0D, 66 and 31. RGB value is (13,102,49). Sum of RGB (Red+Green+Blue) = 13+102+49=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6631 is #F299CE. Grayscale: #454545. Windows color (decimal): -15899087 or 3237389. OLE color: 3237389.

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

Color convert

RGB1310249-
CMYK0.8700.520.6
HSL144.27º77.39%22.55%-
HSV(B)144.27º87.25%40%-
XYZ5.479.814.51-
YUV69.35116.5187.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 102 (40.23% from 255) = 62.20%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=7.93%
G=62.20%
B=29.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13102490.8700.520.6144.2777.3922.55
HexD6631570343C904d17
Octal15146611270647422011527
Binary110111001101100011010111011010011110010010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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