Html Css Color HEX #354F23 Palm Leaf

📋 copy color: '#354F23'

red 53 ◦ green 79 ◦ blue 35

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

Shades of Palm Leaf #354F23

Tints of Palm Leaf #354F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 31.74%
G = 47.31%
B = 20.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#354F23 (or 0x354F23) is known color: Palm Leaf. HEX triplet: 35, 4F and 23. RGB value is (53,79,35). Sum of RGB (Red+Green+Blue) = 53+79+35=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #354F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F23 is #CAB0DC. Grayscale: #424242. Windows color (decimal): -13283549 or 2314037. OLE color: 2314037.

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

Color convert

RGB 53 79 35 -
CMYK 0.33 0 0.56 0.69
HSL 95.45º 0.39% 0.22% -
HSV(B) 95.45º 0.56% 0.31% -
XYZ 4.57 6.47 2.6 -
YUV 66.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 53 79 35 0.33 0 0.56 0.69 95.45 0.39 0.22
Hex 35 4F 23 21 0 38 45 5F 27 16
Octal 65 117 43 41 0 70 105 137 47 26
Binary 110101 1001111 100011 100001 0 111000 1000101 1011111 100111 10110

Color Harmonies of #354F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F23

Black with #354F23

Text Example


Text Example

White with #354F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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