Html Css Color HEX #365229 Palm Leaf

📋 copy color: '#365229'

red 54 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #365229

Tints of Palm Leaf #365229

RGB

 RED value IS 54 (21.48% from 255) = 30.51%

 GREEN value IS 82 (32.42% from 255) = 46.33%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 30.51%
G = 46.33%
B = 23.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#365229 (or 0x365229) is known color: Palm Leaf. HEX triplet: 36, 52 and 29. RGB value is (54,82,41). Sum of RGB (Red+Green+Blue) = 54+82+41=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #365229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365229 is #C9ADD6. Grayscale: #454545. Windows color (decimal): -13217239 or 2708022. OLE color: 2708022.

HSL color Cylindrical-coordinate representation of color #365229: hue angle of 100.98º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365229 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 41 -
CMYK 0.34 0 0.50 0.68
HSL 100.98º 0.33% 0.24% -
HSV(B) 100.98º 0.5% 0.32% -
XYZ 4.94 6.98 3.18 -
YUV 68.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 54 82 41 0.34 0 0.50 0.68 100.98 0.33 0.24
Hex 36 52 29 22 0 32 44 65 21 18
Octal 66 122 51 42 0 62 104 145 41 30
Binary 110110 1010010 101001 100010 0 110010 1000100 1100101 100001 11000

Color Harmonies of #365229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365229

Black with #365229

Text Example


Text Example

White with #365229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365229; }

 p { color: rgb(54,82,41); }

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

background-color css

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

 a { background-color: rgb(54,82,41); }

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

border-color css

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

 span { border-color: rgb(54,82,41); }

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