#15612E

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

Shades of Crusoe #15612E

Tints of Crusoe #15612E

Color information

#15612E (or 0x15612E) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 2E. RGB value is (21,97,46). Sum of RGB (Red+Green+Blue) = 21+97+46=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #15612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15612E is #EA9ED1. Grayscale: #444444. Windows color (decimal): -15376082 or 3039509. OLE color: 3039509.

HSL color Cylindrical-coordinate representation of color #15612E: hue angle of 139.74º 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 #15612E is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB219746-
CMYK0.7800.530.62
HSL139.74º64.41%23.14%-
HSV(B)139.74º78.35%38.04%-
XYZ5.088.914.04-
YUV68.46115.3294.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=12.80%
G=59.15%
B=28.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197460.7800.530.62139.7464.4123.14
Hex15612E4E0353E8c4017
Octal25141561160657621410027
Binary1010111000011011101001110011010111111010001100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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