Html Css Color HEX #43524A Plantation

📋 copy color: '#43524A'

red 67 ◦ green 82 ◦ blue 74

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

Shades of Plantation #43524A

Tints of Plantation #43524A

RGB

 RED value IS 67 (26.56% from 255) = 30.04%

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

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

R = 30.04%
G = 36.77%
B = 33.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#43524A (or 0x43524A) is known color: Plantation. HEX triplet: 43, 52 and 4A. RGB value is (67,82,74). Sum of RGB (Red+Green+Blue) = 67+82+74=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #43524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43524A is #BCADB5. Grayscale: #4C4C4C. Windows color (decimal): -12365238 or 4870723. OLE color: 4870723.

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

Color convert

RGB 67 82 74 -
CMYK 0.18 0 0.10 0.68
HSL 148º 0.1% 0.29% -
HSV(B) 148º 0.18% 0.32% -
XYZ 6.57 7.72 7.62 -
YUV 76.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 67 82 74 0.18 0 0.10 0.68 148 0.1 0.29
Hex 43 52 4A 12 0 A 44 94 A 1D
Octal 103 122 112 22 0 12 104 224 12 35
Binary 1000011 1010010 1001010 10010 0 1010 1000100 10010100 1010 11101

Color Harmonies of #43524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43524A

Black with #43524A

Text Example


Text Example

White with #43524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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