#15652A

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

Shades of Crusoe #15652A

Tints of Crusoe #15652A

Color information

#15652A (or 0x15652A) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 2A. RGB value is (21,101,42). Sum of RGB (Red+Green+Blue) = 21+101+42=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #15652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15652A is #EA9AD5. Grayscale: #464646. Windows color (decimal): -15375062 or 2778389. OLE color: 2778389.

HSL color Cylindrical-coordinate representation of color #15652A: hue angle of 135.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 #15652A is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB2110142-
CMYK0.7900.580.60
HSL135.75º65.57%23.92%-
HSV(B)135.75º79.21%39.61%-
XYZ5.389.633.77-
YUV70.3511292.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 101 (39.84% from 255) = 61.59%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=12.80%
G=61.59%
B=25.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101420.7900.580.60135.7565.5723.92
Hex15652A4F03A3C884218
Octal25145521170727421010230
Binary1010111001011010101001111011101011110010001000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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