Html Css Color HEX #354433 Palm Leaf

📋 copy color: '#354433'

red 53 ◦ green 68 ◦ blue 51

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

Shades of Palm Leaf #354433

Tints of Palm Leaf #354433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 30.81%
G = 39.53%
B = 29.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#354433 (or 0x354433) is known color: Palm Leaf. HEX triplet: 35, 44 and 33. RGB value is (53,68,51). Sum of RGB (Red+Green+Blue) = 53+68+51=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #354433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354433 is #CABBCC. Grayscale: #3D3D3D. Windows color (decimal): -13286349 or 3359797. OLE color: 3359797.

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

Color convert

RGB 53 68 51 -
CMYK 0.22 0 0.25 0.73
HSL 112.94º 0.14% 0.23% -
HSV(B) 112.94º 0.25% 0.27% -
XYZ 4.13 5.13 3.9 -
YUV 61.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 53 68 51 0.22 0 0.25 0.73 112.94 0.14 0.23
Hex 35 44 33 16 0 19 49 71 E 17
Octal 65 104 63 26 0 31 111 161 16 27
Binary 110101 1000100 110011 10110 0 11001 1001001 1110001 1110 10111

Color Harmonies of #354433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354433

Black with #354433

Text Example


Text Example

White with #354433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354433; }

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

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

background-color css

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

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

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

border-color css

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

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

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