Html Css Color HEX #35482F Palm Leaf

📋 copy color: '#35482F'

red 53 ◦ green 72 ◦ blue 47

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

Shades of Palm Leaf #35482F

Tints of Palm Leaf #35482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 30.81%
G = 41.86%
B = 27.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#35482F (or 0x35482F) is known color: Palm Leaf. HEX triplet: 35, 48 and 2F. RGB value is (53,72,47). Sum of RGB (Red+Green+Blue) = 53+72+47=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #35482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482F is #CAB7D0. Grayscale: #3F3F3F. Windows color (decimal): -13285329 or 3098677. OLE color: 3098677.

HSL color Cylindrical-coordinate representation of color #35482F: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35482F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 47 -
CMYK 0.26 0 0.35 0.72
HSL 105.6º 0.21% 0.23% -
HSV(B) 105.6º 0.35% 0.28% -
XYZ 4.3 5.6 3.54 -
YUV 63.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 53 72 47 0.26 0 0.35 0.72 105.6 0.21 0.23
Hex 35 48 2F 1A 0 23 48 6A 15 17
Octal 65 110 57 32 0 43 110 152 25 27
Binary 110101 1001000 101111 11010 0 100011 1001000 1101010 10101 10111

Color Harmonies of #35482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35482F

Black with #35482F

Text Example


Text Example

White with #35482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35482F; }

 p { color: rgb(53,72,47); }

 H1.HeaderClassName
 {
   color: #35482F;
 }
 .AnyTagClassName
 {
   color: #35482F;
 }
</style>

background-color css

<style>
 a { background-color: #35482F; }

 a { background-color: rgb(53,72,47); }

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

border-color css

<style>
 span { border-color: #35482F; }

 span { border-color: rgb(53,72,47); }

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