Html Css Color HEX #35472B Palm Leaf

📋 copy color: '#35472B'

red 53 ◦ green 71 ◦ blue 43

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

Shades of Palm Leaf #35472B

Tints of Palm Leaf #35472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 31.74%
G = 42.51%
B = 25.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#35472B (or 0x35472B) is known color: Palm Leaf. HEX triplet: 35, 47 and 2B. RGB value is (53,71,43). Sum of RGB (Red+Green+Blue) = 53+71+43=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #35472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35472B is #CAB8D4. Grayscale: #3E3E3E. Windows color (decimal): -13285589 or 2836277. OLE color: 2836277.

HSL color Cylindrical-coordinate representation of color #35472B: hue angle of 98.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35472B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 43 -
CMYK 0.25 0 0.39 0.72
HSL 98.57º 0.25% 0.22% -
HSV(B) 98.57º 0.39% 0.28% -
XYZ 4.16 5.44 3.12 -
YUV 62.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 53 71 43 0.25 0 0.39 0.72 98.57 0.25 0.22
Hex 35 47 2B 19 0 27 48 63 19 16
Octal 65 107 53 31 0 47 110 143 31 26
Binary 110101 1000111 101011 11001 0 100111 1001000 1100011 11001 10110

Color Harmonies of #35472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35472B

Black with #35472B

Text Example


Text Example

White with #35472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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