Html Css Color HEX #42574E Plantation

📋 copy color: '#42574E'

red 66 ◦ green 87 ◦ blue 78

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

Shades of Plantation #42574E

Tints of Plantation #42574E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 28.57%
G = 37.66%
B = 33.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#42574E (or 0x42574E) is known color: Plantation. HEX triplet: 42, 57 and 4E. RGB value is (66,87,78). Sum of RGB (Red+Green+Blue) = 66+87+78=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #42574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42574E is #BDA8B1. Grayscale: #4F4F4F. Windows color (decimal): -12429490 or 5134146. OLE color: 5134146.

HSL color Cylindrical-coordinate representation of color #42574E: hue angle of 154.29º 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 #42574E is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 78 -
CMYK 0.24 0 0.10 0.66
HSL 154.29º 0.14% 0.3% -
HSV(B) 154.29º 0.24% 0.34% -
XYZ 7.03 8.52 8.48 -
YUV 79.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 66 87 78 0.24 0 0.10 0.66 154.29 0.14 0.3
Hex 42 57 4E 18 0 A 42 9A E 1E
Octal 102 127 116 30 0 12 102 232 16 36
Binary 1000010 1010111 1001110 11000 0 1010 1000010 10011010 1110 11110

Color Harmonies of #42574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42574E

Black with #42574E

Text Example


Text Example

White with #42574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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