Html Css Color HEX #424D47 Plantation

📋 copy color: '#424D47'

red 66 ◦ green 77 ◦ blue 71

#424D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #424D47

Tints of Plantation #424D47

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 30.84%
G = 35.98%
B = 33.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#424D47 (or 0x424D47) is known color: Plantation. HEX triplet: 42, 4D and 47. RGB value is (66,77,71). Sum of RGB (Red+Green+Blue) = 66+77+71=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #424D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D47 is #BDB2B8. Grayscale: #494949. Windows color (decimal): -12432057 or 4672834. OLE color: 4672834.

HSL color Cylindrical-coordinate representation of color #424D47: hue angle of 147.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D47 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 77 71 -
CMYK 0.14 0 0.08 0.70
HSL 147.27º 0.08% 0.28% -
HSV(B) 147.27º 0.14% 0.3% -
XYZ 6.04 6.92 6.98 -
YUV 73.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 66 77 71 0.14 0 0.08 0.70 147.27 0.08 0.28
Hex 42 4D 47 E 0 8 46 93 8 1C
Octal 102 115 107 16 0 10 106 223 10 34
Binary 1000010 1001101 1000111 1110 0 1000 1000110 10010011 1000 11100

Color Harmonies of #424D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D47

Black with #424D47

Text Example


Text Example

White with #424D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D47; }

 p { color: rgb(66,77,71); }

 H1.HeaderClassName
 {
   color: #424D47;
 }
 .AnyTagClassName
 {
   color: #424D47;
 }
</style>

background-color css

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

 a { background-color: rgb(66,77,71); }

 div.DivClassName
 {
   background-color: #424D47;
 }
 .BgClassName
 {
   background-color: #424D47;
 }
</style>

border-color css

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

 span { border-color: rgb(66,77,71); }

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