Html Css Color HEX #424F48 Plantation

📋 copy color: '#424F48'

red 66 ◦ green 79 ◦ blue 72

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

Shades of Plantation #424F48

Tints of Plantation #424F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 30.41%
G = 36.41%
B = 33.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#424F48 (or 0x424F48) is known color: Plantation. HEX triplet: 42, 4F and 48. RGB value is (66,79,72). Sum of RGB (Red+Green+Blue) = 66+79+72=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #424F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F48 is #BDB0B7. Grayscale: #4A4A4A. Windows color (decimal): -12431544 or 4738882. OLE color: 4738882.

HSL color Cylindrical-coordinate representation of color #424F48: hue angle of 147.69º 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 #424F48 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 72 -
CMYK 0.16 0 0.09 0.69
HSL 147.69º 0.09% 0.28% -
HSV(B) 147.69º 0.16% 0.31% -
XYZ 6.21 7.22 7.2 -
YUV 74.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 66 79 72 0.16 0 0.09 0.69 147.69 0.09 0.28
Hex 42 4F 48 10 0 9 45 94 9 1C
Octal 102 117 110 20 0 11 105 224 11 34
Binary 1000010 1001111 1001000 10000 0 1001 1000101 10010100 1001 11100

Color Harmonies of #424F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F48

Black with #424F48

Text Example


Text Example

White with #424F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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