Html Css Color HEX #365028 Palm Leaf

📋 copy color: '#365028'

red 54 ◦ green 80 ◦ blue 40

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

Shades of Palm Leaf #365028

Tints of Palm Leaf #365028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 31.03%
G = 45.98%
B = 22.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#365028 (or 0x365028) is known color: Palm Leaf. HEX triplet: 36, 50 and 28. RGB value is (54,80,40). Sum of RGB (Red+Green+Blue) = 54+80+40=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #365028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365028 is #C9AFD7. Grayscale: #434343. Windows color (decimal): -13217752 or 2641974. OLE color: 2641974.

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

Color convert

RGB 54 80 40 -
CMYK 0.33 0 0.5 0.69
HSL 99º 0.33% 0.24% -
HSV(B) 99º 0.5% 0.31% -
XYZ 4.77 6.67 3.04 -
YUV 67.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 54 80 40 0.33 0 0.5 0.69 99 0.33 0.24
Hex 36 50 28 21 0 32 45 63 21 18
Octal 66 120 50 41 0 62 105 143 41 30
Binary 110110 1010000 101000 100001 0 110010 1000101 1100011 100001 11000

Color Harmonies of #365028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365028

Black with #365028

Text Example


Text Example

White with #365028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365028; }

 p { color: rgb(54,80,40); }

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

background-color css

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

 a { background-color: rgb(54,80,40); }

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

border-color css

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

 span { border-color: rgb(54,80,40); }

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