Html Css Color HEX #35452D Palm Leaf

📋 copy color: '#35452D'

red 53 ◦ green 69 ◦ blue 45

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

Shades of Palm Leaf #35452D

Tints of Palm Leaf #35452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 31.74%
G = 41.32%
B = 26.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#35452D (or 0x35452D) is known color: Palm Leaf. HEX triplet: 35, 45 and 2D. RGB value is (53,69,45). Sum of RGB (Red+Green+Blue) = 53+69+45=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #35452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35452D is #CABAD2. Grayscale: #3D3D3D. Windows color (decimal): -13286099 or 2966837. OLE color: 2966837.

HSL color Cylindrical-coordinate representation of color #35452D: hue angle of 100º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35452D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 45 -
CMYK 0.23 0 0.35 0.73
HSL 100º 0.21% 0.22% -
HSV(B) 100º 0.35% 0.27% -
XYZ 4.07 5.2 3.27 -
YUV 61.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 53 69 45 0.23 0 0.35 0.73 100 0.21 0.22
Hex 35 45 2D 17 0 23 49 64 15 16
Octal 65 105 55 27 0 43 111 144 25 26
Binary 110101 1000101 101101 10111 0 100011 1001001 1100100 10101 10110

Color Harmonies of #35452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35452D

Black with #35452D

Text Example


Text Example

White with #35452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35452D; }

 p { color: rgb(53,69,45); }

 H1.HeaderClassName
 {
   color: #35452D;
 }
 .AnyTagClassName
 {
   color: #35452D;
 }
</style>

background-color css

<style>
 a { background-color: #35452D; }

 a { background-color: rgb(53,69,45); }

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

border-color css

<style>
 span { border-color: #35452D; }

 span { border-color: rgb(53,69,45); }

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