#15531F

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

Shades of Crusoe #15531F

Tints of Crusoe #15531F

Color information

#15531F (or 0x15531F) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 1F. RGB value is (21,83,31). Sum of RGB (Red+Green+Blue) = 21+83+31=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #15531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15531F is #EAACE0. Grayscale: #3A3A3A. Windows color (decimal): -15379681 or 2052885. OLE color: 2052885.

HSL color Cylindrical-coordinate representation of color #15531F: hue angle of 129.68º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15531F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB218331-
CMYK0.7500.630.67
HSL129.68º59.62%20.39%-
HSV(B)129.68º74.7%32.55%-
XYZ3.656.442.35-
YUV58.53112.46101.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 83 (32.81% from 255) = 61.48%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=15.56%
G=61.48%
B=22.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183310.7500.630.67129.6859.6220.39
Hex15531F4B03F43823c14
Octal25123371130771032027424
Binary101011010011111111001011011111110000111000001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15531F; }

 p { color: rgb(21,83,31); }

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

<style>
 a { background-color: #15531F; }

 a { background-color: rgb(21,83,31); }

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

<style>
 span { border-color: #15531F; }

 span { border-color: rgb(21,83,31); }

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