Html Css Color HEX #42524A Plantation

📋 copy color: '#42524A'

red 66 ◦ green 82 ◦ blue 74

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

Shades of Plantation #42524A

Tints of Plantation #42524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 29.73%
G = 36.94%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#42524A (or 0x42524A) is known color: Plantation. HEX triplet: 42, 52 and 4A. RGB value is (66,82,74). Sum of RGB (Red+Green+Blue) = 66+82+74=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #42524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42524A is #BDADB5. Grayscale: #4C4C4C. Windows color (decimal): -12430774 or 4870722. OLE color: 4870722.

HSL color Cylindrical-coordinate representation of color #42524A: hue angle of 150º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42524A is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 74 -
CMYK 0.20 0 0.10 0.68
HSL 150º 0.11% 0.29% -
HSV(B) 150º 0.2% 0.32% -
XYZ 6.5 7.69 7.62 -
YUV 76.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 66 82 74 0.20 0 0.10 0.68 150 0.11 0.29
Hex 42 52 4A 14 0 A 44 96 B 1D
Octal 102 122 112 24 0 12 104 226 13 35
Binary 1000010 1010010 1001010 10100 0 1010 1000100 10010110 1011 11101

Color Harmonies of #42524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42524A

Black with #42524A

Text Example


Text Example

White with #42524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42524A; }

 p { color: rgb(66,82,74); }

 H1.HeaderClassName
 {
   color: #42524A;
 }
 .AnyTagClassName
 {
   color: #42524A;
 }
</style>

background-color css

<style>
 a { background-color: #42524A; }

 a { background-color: rgb(66,82,74); }

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

border-color css

<style>
 span { border-color: #42524A; }

 span { border-color: rgb(66,82,74); }

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