Html Css Color HEX #35482B Palm Leaf

📋 copy color: '#35482B'

red 53 ◦ green 72 ◦ blue 43

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

Shades of Palm Leaf #35482B

Tints of Palm Leaf #35482B

RGB

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

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

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

R = 31.55%
G = 42.86%
B = 25.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#35482B (or 0x35482B) is known color: Palm Leaf. HEX triplet: 35, 48 and 2B. RGB value is (53,72,43). Sum of RGB (Red+Green+Blue) = 53+72+43=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #35482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35482B is #CAB7D4. Grayscale: #3F3F3F. Windows color (decimal): -13285333 or 2836533. OLE color: 2836533.

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

Color convert

RGB 53 72 43 -
CMYK 0.26 0 0.40 0.72
HSL 99.31º 0.25% 0.23% -
HSV(B) 99.31º 0.4% 0.28% -
XYZ 4.22 5.57 3.14 -
YUV 63.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 53 72 43 0.26 0 0.40 0.72 99.31 0.25 0.23
Hex 35 48 2B 1A 0 28 48 63 19 17
Octal 65 110 53 32 0 50 110 143 31 27
Binary 110101 1001000 101011 11010 0 101000 1001000 1100011 11001 10111

Color Harmonies of #35482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35482B

Black with #35482B

Text Example


Text Example

White with #35482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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