Html Css Color HEX #424C47 Plantation

📋 copy color: '#424C47'

red 66 ◦ green 76 ◦ blue 71

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

Shades of Plantation #424C47

Tints of Plantation #424C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

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

R = 30.99%
G = 35.68%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#424C47 (or 0x424C47) is known color: Plantation. HEX triplet: 42, 4C and 47. RGB value is (66,76,71). Sum of RGB (Red+Green+Blue) = 66+76+71=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #424C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C47 is #BDB3B8. Grayscale: #484848. Windows color (decimal): -12432313 or 4672578. OLE color: 4672578.

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

Color convert

RGB 66 76 71 -
CMYK 0.13 0 0.07 0.70
HSL 150º 0.07% 0.28% -
HSV(B) 150º 0.13% 0.3% -
XYZ 5.97 6.78 6.96 -
YUV 72.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 66 76 71 0.13 0 0.07 0.70 150 0.07 0.28
Hex 42 4C 47 D 0 7 46 96 7 1C
Octal 102 114 107 15 0 7 106 226 7 34
Binary 1000010 1001100 1000111 1101 0 111 1000110 10010110 111 11100

Color Harmonies of #424C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C47

Black with #424C47

Text Example


Text Example

White with #424C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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