Html Css Color HEX #365A1C Palm Leaf

📋 copy color: '#365A1C'

red 54 ◦ green 90 ◦ blue 28

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

Shades of Palm Leaf #365A1C

Tints of Palm Leaf #365A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 31.4%
G = 52.33%
B = 16.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#365A1C (or 0x365A1C) is known color: Palm Leaf. HEX triplet: 36, 5A and 1C. RGB value is (54,90,28). Sum of RGB (Red+Green+Blue) = 54+90+28=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #365A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A1C is #C9A5E3. Grayscale: #484848. Windows color (decimal): -13215204 or 1858102. OLE color: 1858102.

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

Color convert

RGB 54 90 28 -
CMYK 0.40 0 0.69 0.65
HSL 94.84º 0.53% 0.23% -
HSV(B) 94.84º 0.69% 0.35% -
XYZ 5.39 8.18 2.39 -
YUV 72.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 54 90 28 0.40 0 0.69 0.65 94.84 0.53 0.23
Hex 36 5A 1C 28 0 45 41 5F 35 17
Octal 66 132 34 50 0 105 101 137 65 27
Binary 110110 1011010 11100 101000 0 1000101 1000001 1011111 110101 10111

Color Harmonies of #365A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A1C

Black with #365A1C

Text Example


Text Example

White with #365A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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