Html Css Color HEX #3A4E31 Palm Leaf

📋 copy color: '#3A4E31'

red 58 ◦ green 78 ◦ blue 49

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

Shades of Palm Leaf #3A4E31

Tints of Palm Leaf #3A4E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 31.35%
G = 42.16%
B = 26.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#3A4E31 (or 0x3A4E31) is known color: Palm Leaf. HEX triplet: 3A, 4E and 31. RGB value is (58,78,49). Sum of RGB (Red+Green+Blue) = 58+78+49=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E31 is #C5B1CE. Grayscale: #444444. Windows color (decimal): -12956111 or 3231290. OLE color: 3231290.

HSL color Cylindrical-coordinate representation of color #3A4E31: hue angle of 101.38º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A4E31 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 49 -
CMYK 0.26 0 0.37 0.69
HSL 101.38º 0.23% 0.25% -
HSV(B) 101.38º 0.37% 0.31% -
XYZ 5.02 6.57 3.91 -
YUV 68.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 58 78 49 0.26 0 0.37 0.69 101.38 0.23 0.25
Hex 3A 4E 31 1A 0 25 45 65 17 19
Octal 72 116 61 32 0 45 105 145 27 31
Binary 111010 1001110 110001 11010 0 100101 1000101 1100101 10111 11001

Color Harmonies of #3A4E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E31

Black with #3A4E31

Text Example


Text Example

White with #3A4E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,49); }

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

background-color css

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

 a { background-color: rgb(58,78,49); }

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

border-color css

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

 span { border-color: rgb(58,78,49); }

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