Html Css Color HEX #42574B Plantation

📋 copy color: '#42574B'

red 66 ◦ green 87 ◦ blue 75

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

Shades of Plantation #42574B

Tints of Plantation #42574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 28.95%
G = 38.16%
B = 32.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#42574B (or 0x42574B) is known color: Plantation. HEX triplet: 42, 57 and 4B. RGB value is (66,87,75). Sum of RGB (Red+Green+Blue) = 66+87+75=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #42574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42574B is #BDA8B4. Grayscale: #4F4F4F. Windows color (decimal): -12429493 or 4937538. OLE color: 4937538.

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

Color convert

RGB 66 87 75 -
CMYK 0.24 0 0.14 0.66
HSL 145.71º 0.14% 0.3% -
HSV(B) 145.71º 0.24% 0.34% -
XYZ 6.92 8.48 7.93 -
YUV 79.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 66 87 75 0.24 0 0.14 0.66 145.71 0.14 0.3
Hex 42 57 4B 18 0 E 42 92 E 1E
Octal 102 127 113 30 0 16 102 222 16 36
Binary 1000010 1010111 1001011 11000 0 1110 1000010 10010010 1110 11110

Color Harmonies of #42574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42574B

Black with #42574B

Text Example


Text Example

White with #42574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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