Html Css Color HEX #354432 Palm Leaf

📋 copy color: '#354432'

red 53 ◦ green 68 ◦ blue 50

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

Shades of Palm Leaf #354432

Tints of Palm Leaf #354432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.24%

R = 30.99%
G = 39.77%
B = 29.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#354432 (or 0x354432) is known color: Palm Leaf. HEX triplet: 35, 44 and 32. RGB value is (53,68,50). Sum of RGB (Red+Green+Blue) = 53+68+50=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #354432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354432 is #CABBCD. Grayscale: #3D3D3D. Windows color (decimal): -13286350 or 3294261. OLE color: 3294261.

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

Color convert

RGB 53 68 50 -
CMYK 0.22 0 0.26 0.73
HSL 110º 0.15% 0.23% -
HSV(B) 110º 0.26% 0.27% -
XYZ 4.11 5.12 3.79 -
YUV 61.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 53 68 50 0.22 0 0.26 0.73 110 0.15 0.23
Hex 35 44 32 16 0 1A 49 6E F 17
Octal 65 104 62 26 0 32 111 156 17 27
Binary 110101 1000100 110010 10110 0 11010 1001001 1101110 1111 10111

Color Harmonies of #354432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354432

Black with #354432

Text Example


Text Example

White with #354432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354432; }

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

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

background-color css

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

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

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

border-color css

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

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

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