Html Css Color HEX #42544D Plantation

📋 copy color: '#42544D'

red 66 ◦ green 84 ◦ blue 77

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

Shades of Plantation #42544D

Tints of Plantation #42544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 29.07%
G = 37%
B = 33.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#42544D (or 0x42544D) is known color: Plantation. HEX triplet: 42, 54 and 4D. RGB value is (66,84,77). Sum of RGB (Red+Green+Blue) = 66+84+77=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #42544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42544D is #BDABB2. Grayscale: #4D4D4D. Windows color (decimal): -12430259 or 5067842. OLE color: 5067842.

HSL color Cylindrical-coordinate representation of color #42544D: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42544D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 77 -
CMYK 0.21 0 0.08 0.67
HSL 156.67º 0.12% 0.29% -
HSV(B) 156.67º 0.21% 0.33% -
XYZ 6.76 8.03 8.22 -
YUV 77.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 66 84 77 0.21 0 0.08 0.67 156.67 0.12 0.29
Hex 42 54 4D 15 0 8 43 9D C 1D
Octal 102 124 115 25 0 10 103 235 14 35
Binary 1000010 1010100 1001101 10101 0 1000 1000011 10011101 1100 11101

Color Harmonies of #42544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42544D

Black with #42544D

Text Example


Text Example

White with #42544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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