Html Css Color HEX #424F49 Plantation

📋 copy color: '#424F49'

red 66 ◦ green 79 ◦ blue 73

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

Shades of Plantation #424F49

Tints of Plantation #424F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 30.28%
G = 36.24%
B = 33.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#424F49 (or 0x424F49) is known color: Plantation. HEX triplet: 42, 4F and 49. RGB value is (66,79,73). Sum of RGB (Red+Green+Blue) = 66+79+73=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #424F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F49 is #BDB0B6. Grayscale: #4A4A4A. Windows color (decimal): -12431543 or 4804418. OLE color: 4804418.

HSL color Cylindrical-coordinate representation of color #424F49: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424F49 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 73 -
CMYK 0.16 0 0.08 0.69
HSL 152.31º 0.09% 0.28% -
HSV(B) 152.31º 0.16% 0.31% -
XYZ 6.25 7.23 7.37 -
YUV 74.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 66 79 73 0.16 0 0.08 0.69 152.31 0.09 0.28
Hex 42 4F 49 10 0 8 45 98 9 1C
Octal 102 117 111 20 0 10 105 230 11 34
Binary 1000010 1001111 1001001 10000 0 1000 1000101 10011000 1001 11100

Color Harmonies of #424F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F49

Black with #424F49

Text Example


Text Example

White with #424F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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