Html Css Color HEX #365A21 Palm Leaf

📋 copy color: '#365A21'

red 54 ◦ green 90 ◦ blue 33

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

Shades of Palm Leaf #365A21

Tints of Palm Leaf #365A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.85%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 30.51%
G = 50.85%
B = 18.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#365A21 (or 0x365A21) is known color: Palm Leaf. HEX triplet: 36, 5A and 21. RGB value is (54,90,33). Sum of RGB (Red+Green+Blue) = 54+90+33=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #365A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A21 is #C9A5DE. Grayscale: #484848. Windows color (decimal): -13215199 or 2185782. OLE color: 2185782.

HSL color Cylindrical-coordinate representation of color #365A21: hue angle of 97.89º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365A21 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 33 -
CMYK 0.40 0 0.63 0.65
HSL 97.89º 0.46% 0.24% -
HSV(B) 97.89º 0.63% 0.35% -
XYZ 5.45 8.21 2.74 -
YUV 72.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 54 90 33 0.40 0 0.63 0.65 97.89 0.46 0.24
Hex 36 5A 21 28 0 3F 41 62 2E 18
Octal 66 132 41 50 0 77 101 142 56 30
Binary 110110 1011010 100001 101000 0 111111 1000001 1100010 101110 11000

Color Harmonies of #365A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A21

Black with #365A21

Text Example


Text Example

White with #365A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A21; }

 p { color: rgb(54,90,33); }

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

background-color css

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

 a { background-color: rgb(54,90,33); }

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

border-color css

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

 span { border-color: rgb(54,90,33); }

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