#15652E

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

Shades of Crusoe #15652E

Tints of Crusoe #15652E

Color information

#15652E (or 0x15652E) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 2E. RGB value is (21,101,46). Sum of RGB (Red+Green+Blue) = 21+101+46=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #15652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15652E is #EA9AD1. Grayscale: #464646. Windows color (decimal): -15375058 or 3040533. OLE color: 3040533.

HSL color Cylindrical-coordinate representation of color #15652E: hue angle of 138.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15652E is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB2110146-
CMYK0.7900.540.60
HSL138.75º65.57%23.92%-
HSV(B)138.75º79.21%39.61%-
XYZ5.469.664.16-
YUV70.8111492.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 101 (39.84% from 255) = 60.12%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=12.5%
G=60.12%
B=27.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101460.7900.540.60138.7565.5723.92
Hex15652E4F0363C8b4218
Octal25145561170667421310230
Binary1010111001011011101001111011011011110010001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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