Html Css Color HEX #3B512F Palm Leaf

📋 copy color: '#3B512F'

red 59 ◦ green 81 ◦ blue 47

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

Shades of Palm Leaf #3B512F

Tints of Palm Leaf #3B512F

RGB

 RED value IS 59 (23.44% from 255) = 31.55%

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

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

R = 31.55%
G = 43.32%
B = 25.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#3B512F (or 0x3B512F) is known color: Palm Leaf. HEX triplet: 3B, 51 and 2F. RGB value is (59,81,47). Sum of RGB (Red+Green+Blue) = 59+81+47=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #3B512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B512F is #C4AED0. Grayscale: #464646. Windows color (decimal): -12889809 or 3100987. OLE color: 3100987.

HSL color Cylindrical-coordinate representation of color #3B512F: hue angle of 98.82º 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 #3B512F is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 81 47 -
CMYK 0.27 0 0.42 0.68
HSL 98.82º 0.27% 0.25% -
HSV(B) 98.82º 0.42% 0.32% -
XYZ 5.26 7.02 3.77 -
YUV 70.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 59 81 47 0.27 0 0.42 0.68 98.82 0.27 0.25
Hex 3B 51 2F 1B 0 2A 44 63 1B 19
Octal 73 121 57 33 0 52 104 143 33 31
Binary 111011 1010001 101111 11011 0 101010 1000100 1100011 11011 11001

Color Harmonies of #3B512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B512F

Black with #3B512F

Text Example


Text Example

White with #3B512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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