Html Css Color HEX #42534A Plantation

📋 copy color: '#42534A'

red 66 ◦ green 83 ◦ blue 74

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

Shades of Plantation #42534A

Tints of Plantation #42534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 29.6%
G = 37.22%
B = 33.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#42534A (or 0x42534A) is known color: Plantation. HEX triplet: 42, 53 and 4A. RGB value is (66,83,74). Sum of RGB (Red+Green+Blue) = 66+83+74=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #42534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42534A is #BDACB5. Grayscale: #4C4C4C. Windows color (decimal): -12430518 or 4870978. OLE color: 4870978.

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

Color convert

RGB 66 83 74 -
CMYK 0.20 0 0.11 0.67
HSL 148.24º 0.11% 0.29% -
HSV(B) 148.24º 0.2% 0.33% -
XYZ 6.58 7.84 7.65 -
YUV 76.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 66 83 74 0.20 0 0.11 0.67 148.24 0.11 0.29
Hex 42 53 4A 14 0 B 43 94 B 1D
Octal 102 123 112 24 0 13 103 224 13 35
Binary 1000010 1010011 1001010 10100 0 1011 1000011 10010100 1011 11101

Color Harmonies of #42534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42534A

Black with #42534A

Text Example


Text Example

White with #42534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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