Html Css Color HEX #35462E Palm Leaf

📋 copy color: '#35462E'

red 53 ◦ green 70 ◦ blue 46

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

Shades of Palm Leaf #35462E

Tints of Palm Leaf #35462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 31.36%
G = 41.42%
B = 27.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#35462E (or 0x35462E) is known color: Palm Leaf. HEX triplet: 35, 46 and 2E. RGB value is (53,70,46). Sum of RGB (Red+Green+Blue) = 53+70+46=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #35462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35462E is #CAB9D1. Grayscale: #3E3E3E. Windows color (decimal): -13285842 or 3032629. OLE color: 3032629.

HSL color Cylindrical-coordinate representation of color #35462E: hue angle of 102.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35462E is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 46 -
CMYK 0.24 0 0.34 0.73
HSL 102.5º 0.21% 0.23% -
HSV(B) 102.5º 0.34% 0.27% -
XYZ 4.15 5.33 3.4 -
YUV 62.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 53 70 46 0.24 0 0.34 0.73 102.5 0.21 0.23
Hex 35 46 2E 18 0 22 49 66 15 17
Octal 65 106 56 30 0 42 111 146 25 27
Binary 110101 1000110 101110 11000 0 100010 1001001 1100110 10101 10111

Color Harmonies of #35462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35462E

Black with #35462E

Text Example


Text Example

White with #35462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35462E; }

 p { color: rgb(53,70,46); }

 H1.HeaderClassName
 {
   color: #35462E;
 }
 .AnyTagClassName
 {
   color: #35462E;
 }
</style>

background-color css

<style>
 a { background-color: #35462E; }

 a { background-color: rgb(53,70,46); }

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

border-color css

<style>
 span { border-color: #35462E; }

 span { border-color: rgb(53,70,46); }

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