Html Css Color HEX #365C1E Palm Leaf

📋 copy color: '#365C1E'

red 54 ◦ green 92 ◦ blue 30

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

Shades of Palm Leaf #365C1E

Tints of Palm Leaf #365C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.27%

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 30.68%
G = 52.27%
B = 17.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#365C1E (or 0x365C1E) is known color: Palm Leaf. HEX triplet: 36, 5C and 1E. RGB value is (54,92,30). Sum of RGB (Red+Green+Blue) = 54+92+30=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #365C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C1E is #C9A3E1. Grayscale: #494949. Windows color (decimal): -13214690 or 1989686. OLE color: 1989686.

HSL color Cylindrical-coordinate representation of color #365C1E: hue angle of 96.77º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365C1E is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 92 30 -
CMYK 0.41 0 0.67 0.64
HSL 96.77º 0.51% 0.24% -
HSV(B) 96.77º 0.67% 0.36% -
XYZ 5.58 8.53 2.58 -
YUV 73.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 54 92 30 0.41 0 0.67 0.64 96.77 0.51 0.24
Hex 36 5C 1E 29 0 43 40 61 33 18
Octal 66 134 36 51 0 103 100 141 63 30
Binary 110110 1011100 11110 101001 0 1000011 1000000 1100001 110011 11000

Color Harmonies of #365C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C1E

Black with #365C1E

Text Example


Text Example

White with #365C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,92,30); }

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

background-color css

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

 a { background-color: rgb(54,92,30); }

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

border-color css

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

 span { border-color: rgb(54,92,30); }

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