Html Css Color HEX #3A4934 Palm Leaf

📋 copy color: '#3A4934'

red 58 ◦ green 73 ◦ blue 52

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

Shades of Palm Leaf #3A4934

Tints of Palm Leaf #3A4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 31.69%
G = 39.89%
B = 28.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#3A4934 (or 0x3A4934) is known color: Palm Leaf. HEX triplet: 3A, 49 and 34. RGB value is (58,73,52). Sum of RGB (Red+Green+Blue) = 58+73+52=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4934 is #C5B6CB. Grayscale: #424242. Windows color (decimal): -12957388 or 3426618. OLE color: 3426618.

HSL color Cylindrical-coordinate representation of color #3A4934: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A4934 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 73 52 -
CMYK 0.21 0 0.29 0.71
HSL 102.86º 0.17% 0.25% -
HSV(B) 102.86º 0.29% 0.29% -
XYZ 4.75 5.91 4.14 -
YUV 66.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 58 73 52 0.21 0 0.29 0.71 102.86 0.17 0.25
Hex 3A 49 34 15 0 1D 47 67 11 19
Octal 72 111 64 25 0 35 107 147 21 31
Binary 111010 1001001 110100 10101 0 11101 1000111 1100111 10001 11001

Color Harmonies of #3A4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4934

Black with #3A4934

Text Example


Text Example

White with #3A4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,52); }

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

background-color css

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

 a { background-color: rgb(58,73,52); }

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

border-color css

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

 span { border-color: rgb(58,73,52); }

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