Html Css Color HEX #35532D Palm Leaf

📋 copy color: '#35532D'

red 53 ◦ green 83 ◦ blue 45

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

Shades of Palm Leaf #35532D

Tints of Palm Leaf #35532D

RGB

 RED value IS 53 (21.09% from 255) = 29.28%

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

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

R = 29.28%
G = 45.86%
B = 24.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#35532D (or 0x35532D) is known color: Palm Leaf. HEX triplet: 35, 53 and 2D. RGB value is (53,83,45). Sum of RGB (Red+Green+Blue) = 53+83+45=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #35532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35532D is #CAACD2. Grayscale: #454545. Windows color (decimal): -13282515 or 2970421. OLE color: 2970421.

HSL color Cylindrical-coordinate representation of color #35532D: hue angle of 107.37º 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 #35532D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 45 -
CMYK 0.36 0 0.46 0.67
HSL 107.37º 0.3% 0.25% -
HSV(B) 107.37º 0.46% 0.33% -
XYZ 5.04 7.13 3.59 -
YUV 69.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 53 83 45 0.36 0 0.46 0.67 107.37 0.3 0.25
Hex 35 53 2D 24 0 2E 43 6B 1E 19
Octal 65 123 55 44 0 56 103 153 36 31
Binary 110101 1010011 101101 100100 0 101110 1000011 1101011 11110 11001

Color Harmonies of #35532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35532D

Black with #35532D

Text Example


Text Example

White with #35532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35532D; }

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

 H1.HeaderClassName
 {
   color: #35532D;
 }
 .AnyTagClassName
 {
   color: #35532D;
 }
</style>

background-color css

<style>
 a { background-color: #35532D; }

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

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

border-color css

<style>
 span { border-color: #35532D; }

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

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