Html Css Color HEX #3A4D44 Plantation

📋 copy color: '#3A4D44'

red 58 ◦ green 77 ◦ blue 68

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

Shades of Plantation #3A4D44

Tints of Plantation #3A4D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 28.57%
G = 37.93%
B = 33.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#3A4D44 (or 0x3A4D44) is known color: Plantation. HEX triplet: 3A, 4D and 44. RGB value is (58,77,68). Sum of RGB (Red+Green+Blue) = 58+77+68=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D44 is #C5B2BB. Grayscale: #464646. Windows color (decimal): -12956348 or 4476218. OLE color: 4476218.

HSL color Cylindrical-coordinate representation of color #3A4D44: hue angle of 151.58º 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 #3A4D44 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 77 68 -
CMYK 0.25 0 0.12 0.70
HSL 151.58º 0.14% 0.26% -
HSV(B) 151.58º 0.25% 0.3% -
XYZ 5.44 6.62 6.46 -
YUV 70.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 58 77 68 0.25 0 0.12 0.70 151.58 0.14 0.26
Hex 3A 4D 44 19 0 C 46 98 E 1A
Octal 72 115 104 31 0 14 106 230 16 32
Binary 111010 1001101 1000100 11001 0 1100 1000110 10011000 1110 11010

Color Harmonies of #3A4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D44

Black with #3A4D44

Text Example


Text Example

White with #3A4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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