Html Css Color HEX #35442C Palm Leaf

📋 copy color: '#35442C'

red 53 ◦ green 68 ◦ blue 44

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

Shades of Palm Leaf #35442C

Tints of Palm Leaf #35442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 32.12%
G = 41.21%
B = 26.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#35442C (or 0x35442C) is known color: Palm Leaf. HEX triplet: 35, 44 and 2C. RGB value is (53,68,44). Sum of RGB (Red+Green+Blue) = 53+68+44=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #35442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35442C is #CABBD3. Grayscale: #3C3C3C. Windows color (decimal): -13286356 or 2901045. OLE color: 2901045.

HSL color Cylindrical-coordinate representation of color #35442C: hue angle of 97.5º 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 #35442C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 44 -
CMYK 0.22 0 0.35 0.73
HSL 97.5º 0.21% 0.22% -
HSV(B) 97.5º 0.35% 0.27% -
XYZ 3.99 5.07 3.15 -
YUV 60.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 53 68 44 0.22 0 0.35 0.73 97.5 0.21 0.22
Hex 35 44 2C 16 0 23 49 62 15 16
Octal 65 104 54 26 0 43 111 142 25 26
Binary 110101 1000100 101100 10110 0 100011 1001001 1100010 10101 10110

Color Harmonies of #35442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35442C

Black with #35442C

Text Example


Text Example

White with #35442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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