Html Css Color HEX #35412F Palm Leaf

📋 copy color: '#35412F'

red 53 ◦ green 65 ◦ blue 47

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

Shades of Palm Leaf #35412F

Tints of Palm Leaf #35412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

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

R = 32.12%
G = 39.39%
B = 28.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#35412F (or 0x35412F) is known color: Palm Leaf. HEX triplet: 35, 41 and 2F. RGB value is (53,65,47). Sum of RGB (Red+Green+Blue) = 53+65+47=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #35412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412F is #CABED0. Grayscale: #3B3B3B. Windows color (decimal): -13287121 or 3096885. OLE color: 3096885.

HSL color Cylindrical-coordinate representation of color #35412F: hue angle of 100º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35412F is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 47 -
CMYK 0.18 0 0.28 0.75
HSL 100º 0.16% 0.22% -
HSV(B) 100º 0.28% 0.25% -
XYZ 3.87 4.74 3.4 -
YUV 59.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 53 65 47 0.18 0 0.28 0.75 100 0.16 0.22
Hex 35 41 2F 12 0 1C 4B 64 10 16
Octal 65 101 57 22 0 34 113 144 20 26
Binary 110101 1000001 101111 10010 0 11100 1001011 1100100 10000 10110

Color Harmonies of #35412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35412F

Black with #35412F

Text Example


Text Example

White with #35412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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