Html Css Color HEX #3A512F Palm Leaf

📋 copy color: '#3A512F'

red 58 ◦ green 81 ◦ blue 47

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

Shades of Palm Leaf #3A512F

Tints of Palm Leaf #3A512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 31.18%
G = 43.55%
B = 25.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#3A512F (or 0x3A512F) is known color: Palm Leaf. HEX triplet: 3A, 51 and 2F. RGB value is (58,81,47). Sum of RGB (Red+Green+Blue) = 58+81+47=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #3A512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A512F is #C5AED0. Grayscale: #464646. Windows color (decimal): -12955345 or 3100986. OLE color: 3100986.

HSL color Cylindrical-coordinate representation of color #3A512F: hue angle of 100.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A512F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 81 47 -
CMYK 0.28 0 0.42 0.68
HSL 100.59º 0.27% 0.25% -
HSV(B) 100.59º 0.42% 0.32% -
XYZ 5.2 6.99 3.76 -
YUV 70.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 58 81 47 0.28 0 0.42 0.68 100.59 0.27 0.25
Hex 3A 51 2F 1C 0 2A 44 65 1B 19
Octal 72 121 57 34 0 52 104 145 33 31
Binary 111010 1010001 101111 11100 0 101010 1000100 1100101 11011 11001

Color Harmonies of #3A512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A512F

Black with #3A512F

Text Example


Text Example

White with #3A512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,81,47); }

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

background-color css

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

 a { background-color: rgb(58,81,47); }

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

border-color css

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

 span { border-color: rgb(58,81,47); }

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