Html Css Color HEX #3A4D43 Plantation

📋 copy color: '#3A4D43'

red 58 ◦ green 77 ◦ blue 67

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

Shades of Plantation #3A4D43

Tints of Plantation #3A4D43

RGB

 RED value IS 58 (23.05% from 255) = 28.71%

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 28.71%
G = 38.12%
B = 33.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#3A4D43 (or 0x3A4D43) is known color: Plantation. HEX triplet: 3A, 4D and 43. RGB value is (58,77,67). Sum of RGB (Red+Green+Blue) = 58+77+67=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D43 is #C5B2BC. Grayscale: #464646. Windows color (decimal): -12956349 or 4410682. OLE color: 4410682.

HSL color Cylindrical-coordinate representation of color #3A4D43: hue angle of 148.42º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D43 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 77 67 -
CMYK 0.25 0 0.13 0.70
HSL 148.42º 0.14% 0.26% -
HSV(B) 148.42º 0.25% 0.3% -
XYZ 5.41 6.61 6.3 -
YUV 70.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 58 77 67 0.25 0 0.13 0.70 148.42 0.14 0.26
Hex 3A 4D 43 19 0 D 46 94 E 1A
Octal 72 115 103 31 0 15 106 224 16 32
Binary 111010 1001101 1000011 11001 0 1101 1000110 10010100 1110 11010

Color Harmonies of #3A4D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D43

Black with #3A4D43

Text Example


Text Example

White with #3A4D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4D43; }

 p { color: rgb(58,77,67); }

 H1.HeaderClassName
 {
   color: #3A4D43;
 }
 .AnyTagClassName
 {
   color: #3A4D43;
 }
</style>

background-color css

<style>
 a { background-color: #3A4D43; }

 a { background-color: rgb(58,77,67); }

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

border-color css

<style>
 span { border-color: #3A4D43; }

 span { border-color: rgb(58,77,67); }

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