Html Css Color HEX #35442D Palm Leaf

📋 copy color: '#35442D'

red 53 ◦ green 68 ◦ blue 45

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

Shades of Palm Leaf #35442D

Tints of Palm Leaf #35442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

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

R = 31.93%
G = 40.96%
B = 27.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#35442D (or 0x35442D) is known color: Palm Leaf. HEX triplet: 35, 44 and 2D. RGB value is (53,68,45). Sum of RGB (Red+Green+Blue) = 53+68+45=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #35442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35442D is #CABBD2. Grayscale: #3C3C3C. Windows color (decimal): -13286355 or 2966581. OLE color: 2966581.

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

Color convert

RGB 53 68 45 -
CMYK 0.22 0 0.34 0.73
HSL 99.13º 0.2% 0.22% -
HSV(B) 99.13º 0.34% 0.27% -
XYZ 4.01 5.08 3.25 -
YUV 60.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 53 68 45 0.22 0 0.34 0.73 99.13 0.2 0.22
Hex 35 44 2D 16 0 22 49 63 14 16
Octal 65 104 55 26 0 42 111 143 24 26
Binary 110101 1000100 101101 10110 0 100010 1001001 1100011 10100 10110

Color Harmonies of #35442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35442D

Black with #35442D

Text Example


Text Example

White with #35442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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