Html Css Color HEX #354933 Palm Leaf

📋 copy color: '#354933'

red 53 ◦ green 73 ◦ blue 51

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

Shades of Palm Leaf #354933

Tints of Palm Leaf #354933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 29.94%
G = 41.24%
B = 28.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#354933 (or 0x354933) is known color: Palm Leaf. HEX triplet: 35, 49 and 33. RGB value is (53,73,51). Sum of RGB (Red+Green+Blue) = 53+73+51=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #354933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354933 is #CAB6CC. Grayscale: #404040. Windows color (decimal): -13285069 or 3361077. OLE color: 3361077.

HSL color Cylindrical-coordinate representation of color #354933: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354933 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 51 -
CMYK 0.27 0 0.30 0.71
HSL 114.55º 0.18% 0.24% -
HSV(B) 114.55º 0.3% 0.29% -
XYZ 4.45 5.76 4.01 -
YUV 64.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 53 73 51 0.27 0 0.30 0.71 114.55 0.18 0.24
Hex 35 49 33 1B 0 1E 47 73 12 18
Octal 65 111 63 33 0 36 107 163 22 30
Binary 110101 1001001 110011 11011 0 11110 1000111 1110011 10010 11000

Color Harmonies of #354933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354933

Black with #354933

Text Example


Text Example

White with #354933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354933; }

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

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

background-color css

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

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

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

border-color css

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

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

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