Html Css Color HEX #42574D Plantation

📋 copy color: '#42574D'

red 66 ◦ green 87 ◦ blue 77

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

Shades of Plantation #42574D

Tints of Plantation #42574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 28.7%
G = 37.83%
B = 33.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#42574D (or 0x42574D) is known color: Plantation. HEX triplet: 42, 57 and 4D. RGB value is (66,87,77). Sum of RGB (Red+Green+Blue) = 66+87+77=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #42574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42574D is #BDA8B2. Grayscale: #4F4F4F. Windows color (decimal): -12429491 or 5068610. OLE color: 5068610.

HSL color Cylindrical-coordinate representation of color #42574D: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42574D is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 77 -
CMYK 0.24 0 0.11 0.66
HSL 151.43º 0.14% 0.3% -
HSV(B) 151.43º 0.24% 0.34% -
XYZ 6.99 8.51 8.3 -
YUV 79.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 66 87 77 0.24 0 0.11 0.66 151.43 0.14 0.3
Hex 42 57 4D 18 0 B 42 97 E 1E
Octal 102 127 115 30 0 13 102 227 16 36
Binary 1000010 1010111 1001101 11000 0 1011 1000010 10010111 1110 11110

Color Harmonies of #42574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42574D

Black with #42574D

Text Example


Text Example

White with #42574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42574D; }

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

 H1.HeaderClassName
 {
   color: #42574D;
 }
 .AnyTagClassName
 {
   color: #42574D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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