Html Css Color HEX #354F2F Palm Leaf

📋 copy color: '#354F2F'

red 53 ◦ green 79 ◦ blue 47

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

Shades of Palm Leaf #354F2F

Tints of Palm Leaf #354F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 29.61%
G = 44.13%
B = 26.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#354F2F (or 0x354F2F) is known color: Palm Leaf. HEX triplet: 35, 4F and 2F. RGB value is (53,79,47). Sum of RGB (Red+Green+Blue) = 53+79+47=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #354F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F2F is #CAB0D0. Grayscale: #434343. Windows color (decimal): -13283537 or 3100469. OLE color: 3100469.

HSL color Cylindrical-coordinate representation of color #354F2F: hue angle of 108.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #354F2F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 79 47 -
CMYK 0.33 0 0.41 0.69
HSL 108.75º 0.25% 0.25% -
HSV(B) 108.75º 0.41% 0.31% -
XYZ 4.78 6.55 3.7 -
YUV 67.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 53 79 47 0.33 0 0.41 0.69 108.75 0.25 0.25
Hex 35 4F 2F 21 0 29 45 6D 19 19
Octal 65 117 57 41 0 51 105 155 31 31
Binary 110101 1001111 101111 100001 0 101001 1000101 1101101 11001 11001

Color Harmonies of #354F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F2F

Black with #354F2F

Text Example


Text Example

White with #354F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,47); }

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

background-color css

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

 a { background-color: rgb(53,79,47); }

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

border-color css

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

 span { border-color: rgb(53,79,47); }

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