Html Css Color HEX #3B4F32 Palm Leaf

📋 copy color: '#3B4F32'

red 59 ◦ green 79 ◦ blue 50

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

Shades of Palm Leaf #3B4F32

Tints of Palm Leaf #3B4F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.02%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 31.38%
G = 42.02%
B = 26.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#3B4F32 (or 0x3B4F32) is known color: Palm Leaf. HEX triplet: 3B, 4F and 32. RGB value is (59,79,50). Sum of RGB (Red+Green+Blue) = 59+79+50=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F32 is #C4B0CD. Grayscale: #454545. Windows color (decimal): -12890318 or 3297083. OLE color: 3297083.

HSL color Cylindrical-coordinate representation of color #3B4F32: hue angle of 101.38º degrees, saturation: 0.22, 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 #3B4F32 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 79 50 -
CMYK 0.25 0 0.37 0.69
HSL 101.38º 0.22% 0.25% -
HSV(B) 101.38º 0.37% 0.31% -
XYZ 5.18 6.75 4.05 -
YUV 69.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 59 79 50 0.25 0 0.37 0.69 101.38 0.22 0.25
Hex 3B 4F 32 19 0 25 45 65 16 19
Octal 73 117 62 31 0 45 105 145 26 31
Binary 111011 1001111 110010 11001 0 100101 1000101 1100101 10110 11001

Color Harmonies of #3B4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F32

Black with #3B4F32

Text Example


Text Example

White with #3B4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,79,50); }

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

background-color css

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

 a { background-color: rgb(59,79,50); }

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

border-color css

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

 span { border-color: rgb(59,79,50); }

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