Html Css Color HEX #35462C Palm Leaf

📋 copy color: '#35462C'

red 53 ◦ green 70 ◦ blue 44

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

Shades of Palm Leaf #35462C

Tints of Palm Leaf #35462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 31.74%
G = 41.92%
B = 26.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#35462C (or 0x35462C) is known color: Palm Leaf. HEX triplet: 35, 46 and 2C. RGB value is (53,70,44). Sum of RGB (Red+Green+Blue) = 53+70+44=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #35462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35462C is #CAB9D3. Grayscale: #3E3E3E. Windows color (decimal): -13285844 or 2901557. OLE color: 2901557.

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

Color convert

RGB 53 70 44 -
CMYK 0.24 0 0.37 0.73
HSL 99.23º 0.23% 0.22% -
HSV(B) 99.23º 0.37% 0.27% -
XYZ 4.11 5.32 3.19 -
YUV 61.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 53 70 44 0.24 0 0.37 0.73 99.23 0.23 0.22
Hex 35 46 2C 18 0 25 49 63 17 16
Octal 65 106 54 30 0 45 111 143 27 26
Binary 110101 1000110 101100 11000 0 100101 1001001 1100011 10111 10110

Color Harmonies of #35462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35462C

Black with #35462C

Text Example


Text Example

White with #35462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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