#42514A

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

Shades of Plantation #42514A

Tints of Plantation #42514A

Color information

#42514A (or 0x42514A) is unknown color: approx Plantation. HEX triplet: 42, 51 and 4A. RGB value is (66,81,74). Sum of RGB (Red+Green+Blue) = 66+81+74=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #42514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42514A is #BDAEB5. Grayscale: #4B4B4B. Windows color (decimal): -12431030 or 4870466. OLE color: 4870466.

HSL color Cylindrical-coordinate representation of color #42514A: hue angle of 152º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42514A is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB668174-
CMYK0.1900.090.68
HSL152º10.2%28.82%-
HSV(B)152º18.52%31.76%-
XYZ6.437.547.59-
YUV75.72127.03121.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=29.86%
G=36.65%
B=33.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681740.1900.090.6815210.228.82
Hex42514A13094498a1d
Octal102121112230111042301235
Binary1000010101000110010101001101001100010010011000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,81,74); }

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

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

 a { background-color: rgb(66,81,74); }

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

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

 span { border-color: rgb(66,81,74); }

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