Html Css Color HEX #354A33 Palm Leaf

📋 copy color: '#354A33'

red 53 ◦ green 74 ◦ blue 51

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

Shades of Palm Leaf #354A33

Tints of Palm Leaf #354A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

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

R = 29.78%
G = 41.57%
B = 28.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#354A33 (or 0x354A33) is known color: Palm Leaf. HEX triplet: 35, 4A and 33. RGB value is (53,74,51). Sum of RGB (Red+Green+Blue) = 53+74+51=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #354A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A33 is #CAB5CC. Grayscale: #414141. Windows color (decimal): -13284813 or 3361333. OLE color: 3361333.

HSL color Cylindrical-coordinate representation of color #354A33: hue angle of 114.78º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354A33 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 51 -
CMYK 0.28 0 0.31 0.71
HSL 114.78º 0.18% 0.25% -
HSV(B) 114.78º 0.31% 0.29% -
XYZ 4.51 5.89 4.03 -
YUV 65.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 53 74 51 0.28 0 0.31 0.71 114.78 0.18 0.25
Hex 35 4A 33 1C 0 1F 47 73 12 19
Octal 65 112 63 34 0 37 107 163 22 31
Binary 110101 1001010 110011 11100 0 11111 1000111 1110011 10010 11001

Color Harmonies of #354A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A33

Black with #354A33

Text Example


Text Example

White with #354A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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