Html Css Color HEX #43534A Plantation

📋 copy color: '#43534A'

red 67 ◦ green 83 ◦ blue 74

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

Shades of Plantation #43534A

Tints of Plantation #43534A

RGB

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

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

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

R = 29.91%
G = 37.05%
B = 33.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#43534A (or 0x43534A) is known color: Plantation. HEX triplet: 43, 53 and 4A. RGB value is (67,83,74). Sum of RGB (Red+Green+Blue) = 67+83+74=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #43534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43534A is #BCACB5. Grayscale: #4D4D4D. Windows color (decimal): -12364982 or 4870979. OLE color: 4870979.

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

Color convert

RGB 67 83 74 -
CMYK 0.19 0 0.11 0.67
HSL 146.25º 0.11% 0.29% -
HSV(B) 146.25º 0.19% 0.33% -
XYZ 6.64 7.87 7.65 -
YUV 77.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 67 83 74 0.19 0 0.11 0.67 146.25 0.11 0.29
Hex 43 53 4A 13 0 B 43 92 B 1D
Octal 103 123 112 23 0 13 103 222 13 35
Binary 1000011 1010011 1001010 10011 0 1011 1000011 10010010 1011 11101

Color Harmonies of #43534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43534A

Black with #43534A

Text Example


Text Example

White with #43534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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