#145524

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

Shades of Crusoe #145524

Tints of Crusoe #145524

Color information

#145524 (or 0x145524) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 24. RGB value is (20,85,36). Sum of RGB (Red+Green+Blue) = 20+85+36=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #145524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145524 is #EBAADB. Grayscale: #3C3C3C. Windows color (decimal): -15444700 or 2381076. OLE color: 2381076.

HSL color Cylindrical-coordinate representation of color #145524: hue angle of 134.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145524 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB208536-
CMYK0.7600.580.67
HSL134.77º61.9%20.59%-
HSV(B)134.77º76.47%33.33%-
XYZ3.866.772.77-
YUV59.98114.4799.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=14.18%
G=60.28%
B=25.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085360.7600.580.67134.7761.920.59
Hex1455244C03A43873e15
Octal24125441140721032077625
Binary1010010101011001001001100011101010000111000011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145524; }

 p { color: rgb(20,85,36); }

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

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

 a { background-color: rgb(20,85,36); }

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

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

 span { border-color: rgb(20,85,36); }

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