Html Css Color HEX #366D3C San Felix

📋 copy color: '#366D3C'

red 54 ◦ green 109 ◦ blue 60

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

Shades of San Felix #366D3C

Tints of San Felix #366D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.88%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 24.22%
G = 48.88%
B = 26.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#366D3C (or 0x366D3C) is known color: San Felix. HEX triplet: 36, 6D and 3C. RGB value is (54,109,60). Sum of RGB (Red+Green+Blue) = 54+109+60=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #366D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D3C is #C992C3. Grayscale: #575757. Windows color (decimal): -13210308 or 3960118. OLE color: 3960118.

HSL color Cylindrical-coordinate representation of color #366D3C: hue angle of 126.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D3C is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 109 60 -
CMYK 0.50 0 0.45 0.57
HSL 126.55º 0.34% 0.32% -
HSV(B) 126.55º 0.5% 0.43% -
XYZ 7.81 12.05 6.19 -
YUV 86.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 54 109 60 0.50 0 0.45 0.57 126.55 0.34 0.32
Hex 36 6D 3C 32 0 2D 39 7F 22 20
Octal 66 155 74 62 0 55 71 177 42 40
Binary 110110 1101101 111100 110010 0 101101 111001 1111111 100010 100000

Color Harmonies of #366D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D3C

Black with #366D3C

Text Example


Text Example

White with #366D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D3C; }

 p { color: rgb(54,109,60); }

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

background-color css

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

 a { background-color: rgb(54,109,60); }

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

border-color css

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

 span { border-color: rgb(54,109,60); }

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