Html Css Color HEX #35502F Palm Leaf

📋 copy color: '#35502F'

red 53 ◦ green 80 ◦ blue 47

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

Shades of Palm Leaf #35502F

Tints of Palm Leaf #35502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 29.44%
G = 44.44%
B = 26.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#35502F (or 0x35502F) is known color: Palm Leaf. HEX triplet: 35, 50 and 2F. RGB value is (53,80,47). Sum of RGB (Red+Green+Blue) = 53+80+47=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #35502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35502F is #CAAFD0. Grayscale: #444444. Windows color (decimal): -13283281 or 3100725. OLE color: 3100725.

HSL color Cylindrical-coordinate representation of color #35502F: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35502F is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 47 -
CMYK 0.34 0 0.41 0.69
HSL 109.09º 0.26% 0.25% -
HSV(B) 109.09º 0.41% 0.31% -
XYZ 4.85 6.7 3.73 -
YUV 68.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 53 80 47 0.34 0 0.41 0.69 109.09 0.26 0.25
Hex 35 50 2F 22 0 29 45 6D 1A 19
Octal 65 120 57 42 0 51 105 155 32 31
Binary 110101 1010000 101111 100010 0 101001 1000101 1101101 11010 11001

Color Harmonies of #35502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35502F

Black with #35502F

Text Example


Text Example

White with #35502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35502F; }

 p { color: rgb(53,80,47); }

 H1.HeaderClassName
 {
   color: #35502F;
 }
 .AnyTagClassName
 {
   color: #35502F;
 }
</style>

background-color css

<style>
 a { background-color: #35502F; }

 a { background-color: rgb(53,80,47); }

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

border-color css

<style>
 span { border-color: #35502F; }

 span { border-color: rgb(53,80,47); }

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