#15612A

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

Shades of Crusoe #15612A

Tints of Crusoe #15612A

Color information

#15612A (or 0x15612A) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 2A. RGB value is (21,97,42). Sum of RGB (Red+Green+Blue) = 21+97+42=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #15612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15612A is #EA9ED5. Grayscale: #444444. Windows color (decimal): -15376086 or 2777365. OLE color: 2777365.

HSL color Cylindrical-coordinate representation of color #15612A: hue angle of 136.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15612A is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB219742-
CMYK0.7800.570.62
HSL136.58º64.41%23.14%-
HSV(B)136.58º78.35%38.04%-
XYZ58.883.64-
YUV68.01113.3294.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=13.12%
G=60.62%
B=26.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197420.7800.570.62136.5864.4123.14
Hex15612A4E0393E894017
Octal25141521160717621110027
Binary1010111000011010101001110011100111111010001001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15612A; }

 p { color: rgb(21,97,42); }

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

<style>
 a { background-color: #15612A; }

 a { background-color: rgb(21,97,42); }

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

<style>
 span { border-color: #15612A; }

 span { border-color: rgb(21,97,42); }

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