Html Css Color HEX #3A4C35 Palm Leaf

📋 copy color: '#3A4C35'

red 58 ◦ green 76 ◦ blue 53

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

Shades of Palm Leaf #3A4C35

Tints of Palm Leaf #3A4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 31.02%
G = 40.64%
B = 28.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#3A4C35 (or 0x3A4C35) is known color: Palm Leaf. HEX triplet: 3A, 4C and 35. RGB value is (58,76,53). Sum of RGB (Red+Green+Blue) = 58+76+53=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C35 is #C5B3CA. Grayscale: #444444. Windows color (decimal): -12956619 or 3492922. OLE color: 3492922.

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

Color convert

RGB 58 76 53 -
CMYK 0.24 0 0.30 0.70
HSL 106.96º 0.18% 0.25% -
HSV(B) 106.96º 0.3% 0.3% -
XYZ 4.97 6.33 4.33 -
YUV 68 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 58 76 53 0.24 0 0.30 0.70 106.96 0.18 0.25
Hex 3A 4C 35 18 0 1E 46 6B 12 19
Octal 72 114 65 30 0 36 106 153 22 31
Binary 111010 1001100 110101 11000 0 11110 1000110 1101011 10010 11001

Color Harmonies of #3A4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C35

Black with #3A4C35

Text Example


Text Example

White with #3A4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,53); }

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

background-color css

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

 a { background-color: rgb(58,76,53); }

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

border-color css

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

 span { border-color: rgb(58,76,53); }

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