#145D34

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

Shades of Crusoe #145D34

Tints of Crusoe #145D34

Color information

#145D34 (or 0x145D34) is unknown color: approx Crusoe. HEX triplet: 14, 5D and 34. RGB value is (20,93,52). Sum of RGB (Red+Green+Blue) = 20+93+52=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #145D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D34 is #EBA2CB. Grayscale: #424242. Windows color (decimal): -15442636 or 3431700. OLE color: 3431700.

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

Color convert

RGB209352-
CMYK0.7800.440.64
HSL146.3º64.6%22.16%-
HSV(B)146.3º78.49%36.47%-
XYZ4.828.234.58-
YUV66.5119.8294.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 93 (36.72% from 255) = 56.36%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=12.12%
G=56.36%
B=31.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093520.7800.440.64146.364.622.16
Hex145D344E02C40924116
Octal241356411605410022210126
Binary10100101110111010010011100101100100000010010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,93,52); }

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

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

 a { background-color: rgb(20,93,52); }

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

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

 span { border-color: rgb(20,93,52); }

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