#0D6015

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

Shades of Crusoe #0D6015

Tints of Crusoe #0D6015

Color information

#0D6015 (or 0x0D6015) is unknown color: approx Crusoe. HEX triplet: 0D, 60 and 15. RGB value is (13,96,21). Sum of RGB (Red+Green+Blue) = 13+96+21=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6015 is #F29FEA. Grayscale: #3E3E3E. Windows color (decimal): -15900651 or 1400845. OLE color: 1400845.

HSL color Cylindrical-coordinate representation of color #0D6015: hue angle of 125.78º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6015 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB139621-
CMYK0.8600.780.62
HSL125.78º76.15%21.37%-
HSV(B)125.78º86.46%37.65%-
XYZ4.488.512.11-
YUV62.63104.592.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=10%
G=73.85%
B=16.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396210.8600.780.62125.7876.1521.37
HexD60155604E3E7e4c15
Octal151402512601167617611425
Binary11011100000101011010110010011101111101111110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,21); }

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

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

 a { background-color: rgb(13,96,21); }

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

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

 span { border-color: rgb(13,96,21); }

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