#14542A

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

Shades of Crusoe #14542A

Tints of Crusoe #14542A

Color information

#14542A (or 0x14542A) is unknown color: approx Crusoe. HEX triplet: 14, 54 and 2A. RGB value is (20,84,42). Sum of RGB (Red+Green+Blue) = 20+84+42=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #14542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14542A is #EBABD5. Grayscale: #3C3C3C. Windows color (decimal): -15444950 or 2774036. OLE color: 2774036.

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

Color convert

RGB208442-
CMYK0.7600.50.67
HSL140.62º61.54%20.39%-
HSV(B)140.62º76.19%32.94%-
XYZ3.886.663.27-
YUV60.08117.899.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=13.70%
G=57.53%
B=28.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084420.7600.50.67140.6261.5420.39
Hex14542A4C032438d3e14
Octal24124521140621032157624
Binary1010010101001010101001100011001010000111000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,84,42); }

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

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

 a { background-color: rgb(20,84,42); }

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

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

 span { border-color: rgb(20,84,42); }

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