#145A35

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

Shades of Crusoe #145A35

Tints of Crusoe #145A35

Color information

#145A35 (or 0x145A35) is unknown color: approx Crusoe. HEX triplet: 14, 5A and 35. RGB value is (20,90,53). Sum of RGB (Red+Green+Blue) = 20+90+53=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #145A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145A35 is #EBA5CA. Grayscale: #404040. Windows color (decimal): -15443403 or 3496468. OLE color: 3496468.

HSL color Cylindrical-coordinate representation of color #145A35: hue angle of 148.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A35 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB209053-
CMYK0.7800.410.65
HSL148.29º63.64%21.57%-
HSV(B)148.29º77.78%35.29%-
XYZ4.597.724.62-
YUV64.85121.3196.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=12.27%
G=55.21%
B=32.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090530.7800.410.65148.2963.6421.57
Hex145A354E02941944016
Octal241326511605110122410026
Binary10100101101011010110011100101001100000110010100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A35; }

 p { color: rgb(20,90,53); }

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

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

 a { background-color: rgb(20,90,53); }

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

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

 span { border-color: rgb(20,90,53); }

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