Html Css Color HEX #365A1A Palm Leaf

📋 copy color: '#365A1A'

red 54 ◦ green 90 ◦ blue 26

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

Shades of Palm Leaf #365A1A

Tints of Palm Leaf #365A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 31.76%
G = 52.94%
B = 15.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#365A1A (or 0x365A1A) is known color: Palm Leaf. HEX triplet: 36, 5A and 1A. RGB value is (54,90,26). Sum of RGB (Red+Green+Blue) = 54+90+26=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #365A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A1A is #C9A5E5. Grayscale: #484848. Windows color (decimal): -13215206 or 1727030. OLE color: 1727030.

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

Color convert

RGB 54 90 26 -
CMYK 0.40 0 0.71 0.65
HSL 93.75º 0.55% 0.23% -
HSV(B) 93.75º 0.71% 0.35% -
XYZ 5.36 8.17 2.27 -
YUV 71.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 54 90 26 0.40 0 0.71 0.65 93.75 0.55 0.23
Hex 36 5A 1A 28 0 47 41 5E 37 17
Octal 66 132 32 50 0 107 101 136 67 27
Binary 110110 1011010 11010 101000 0 1000111 1000001 1011110 110111 10111

Color Harmonies of #365A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A1A

Black with #365A1A

Text Example


Text Example

White with #365A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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