Html Css Color HEX #3B532D Palm Leaf

📋 copy color: '#3B532D'

red 59 ◦ green 83 ◦ blue 45

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

Shades of Palm Leaf #3B532D

Tints of Palm Leaf #3B532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 31.55%
G = 44.39%
B = 24.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3B532D (or 0x3B532D) is known color: Palm Leaf. HEX triplet: 3B, 53 and 2D. RGB value is (59,83,45). Sum of RGB (Red+Green+Blue) = 59+83+45=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532D is #C4ACD2. Grayscale: #474747. Windows color (decimal): -12889299 or 2970427. OLE color: 2970427.

HSL color Cylindrical-coordinate representation of color #3B532D: hue angle of 97.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B532D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 83 45 -
CMYK 0.29 0 0.46 0.67
HSL 97.89º 0.3% 0.25% -
HSV(B) 97.89º 0.46% 0.33% -
XYZ 5.37 7.31 3.61 -
YUV 71.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 59 83 45 0.29 0 0.46 0.67 97.89 0.3 0.25
Hex 3B 53 2D 1D 0 2E 43 62 1E 19
Octal 73 123 55 35 0 56 103 142 36 31
Binary 111011 1010011 101101 11101 0 101110 1000011 1100010 11110 11001

Color Harmonies of #3B532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B532D

Black with #3B532D

Text Example


Text Example

White with #3B532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,83,45); }

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

background-color css

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

 a { background-color: rgb(59,83,45); }

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

border-color css

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

 span { border-color: rgb(59,83,45); }

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