Html Css Color HEX #3B4F33 Palm Leaf

📋 copy color: '#3B4F33'

red 59 ◦ green 79 ◦ blue 51

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

Shades of Palm Leaf #3B4F33

Tints of Palm Leaf #3B4F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 31.22%
G = 41.8%
B = 26.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#3B4F33 (or 0x3B4F33) is known color: Palm Leaf. HEX triplet: 3B, 4F and 33. RGB value is (59,79,51). Sum of RGB (Red+Green+Blue) = 59+79+51=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F33 is #C4B0CC. Grayscale: #454545. Windows color (decimal): -12890317 or 3362619. OLE color: 3362619.

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

Color convert

RGB 59 79 51 -
CMYK 0.25 0 0.35 0.69
HSL 102.86º 0.22% 0.25% -
HSV(B) 102.86º 0.35% 0.31% -
XYZ 5.2 6.76 4.16 -
YUV 69.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 59 79 51 0.25 0 0.35 0.69 102.86 0.22 0.25
Hex 3B 4F 33 19 0 23 45 67 16 19
Octal 73 117 63 31 0 43 105 147 26 31
Binary 111011 1001111 110011 11001 0 100011 1000101 1100111 10110 11001

Color Harmonies of #3B4F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F33

Black with #3B4F33

Text Example


Text Example

White with #3B4F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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