Html Css Color HEX #35492A Palm Leaf

📋 copy color: '#35492A'

red 53 ◦ green 73 ◦ blue 42

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

Shades of Palm Leaf #35492A

Tints of Palm Leaf #35492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 42 (16.8% from 255) = 25%

R = 31.55%
G = 43.45%
B = 25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#35492A (or 0x35492A) is known color: Palm Leaf. HEX triplet: 35, 49 and 2A. RGB value is (53,73,42). Sum of RGB (Red+Green+Blue) = 53+73+42=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #35492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35492A is #CAB6D5. Grayscale: #3F3F3F. Windows color (decimal): -13285078 or 2771253. OLE color: 2771253.

HSL color Cylindrical-coordinate representation of color #35492A: hue angle of 98.71º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35492A is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 42 -
CMYK 0.27 0 0.42 0.71
HSL 98.71º 0.27% 0.23% -
HSV(B) 98.71º 0.42% 0.29% -
XYZ 4.27 5.69 3.06 -
YUV 63.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 53 73 42 0.27 0 0.42 0.71 98.71 0.27 0.23
Hex 35 49 2A 1B 0 2A 47 63 1B 17
Octal 65 111 52 33 0 52 107 143 33 27
Binary 110101 1001001 101010 11011 0 101010 1000111 1100011 11011 10111

Color Harmonies of #35492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35492A

Black with #35492A

Text Example


Text Example

White with #35492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35492A; }

 p { color: rgb(53,73,42); }

 H1.HeaderClassName
 {
   color: #35492A;
 }
 .AnyTagClassName
 {
   color: #35492A;
 }
</style>

background-color css

<style>
 a { background-color: #35492A; }

 a { background-color: rgb(53,73,42); }

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

border-color css

<style>
 span { border-color: #35492A; }

 span { border-color: rgb(53,73,42); }

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