Html Css Color HEX #35492B Palm Leaf

📋 copy color: '#35492B'

red 53 ◦ green 73 ◦ blue 43

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

Shades of Palm Leaf #35492B

Tints of Palm Leaf #35492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 31.36%
G = 43.2%
B = 25.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#35492B (or 0x35492B) is known color: Palm Leaf. HEX triplet: 35, 49 and 2B. RGB value is (53,73,43). Sum of RGB (Red+Green+Blue) = 53+73+43=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #35492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35492B is #CAB6D4. Grayscale: #3F3F3F. Windows color (decimal): -13285077 or 2836789. OLE color: 2836789.

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

Color convert

RGB 53 73 43 -
CMYK 0.27 0 0.41 0.71
HSL 100º 0.26% 0.23% -
HSV(B) 100º 0.41% 0.29% -
XYZ 4.29 5.7 3.16 -
YUV 63.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 53 73 43 0.27 0 0.41 0.71 100 0.26 0.23
Hex 35 49 2B 1B 0 29 47 64 1A 17
Octal 65 111 53 33 0 51 107 144 32 27
Binary 110101 1001001 101011 11011 0 101001 1000111 1100100 11010 10111

Color Harmonies of #35492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35492B

Black with #35492B

Text Example


Text Example

White with #35492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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