#424945

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

Shades of Plantation #424945

Tints of Plantation #424945

Color information

#424945 (or 0x424945) is unknown color: approx Plantation. HEX triplet: 42, 49 and 45. RGB value is (66,73,69). Sum of RGB (Red+Green+Blue) = 66+73+69=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #424945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424945 is #BDB6BA. Grayscale: #464646. Windows color (decimal): -12433083 or 4540738. OLE color: 4540738.

HSL color Cylindrical-coordinate representation of color #424945: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424945 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB667369-
CMYK0.1000.050.71
HSL145.71º5.04%27.25%-
HSV(B)145.71º9.59%28.63%-
XYZ5.76.356.56-
YUV70.45127.18124.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=31.73%
G=35.10%
B=33.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673690.1000.050.71145.715.0427.25
Hex424945A05479251b
Octal1021111051205107222533
Binary1000010100100110001011010010110001111001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424945; }

 p { color: rgb(66,73,69); }

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

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

 a { background-color: rgb(66,73,69); }

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

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

 span { border-color: rgb(66,73,69); }

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