Html Css Color HEX #366934 San Felix

📋 copy color: '#366934'

red 54 ◦ green 105 ◦ blue 52

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

Shades of San Felix #366934

Tints of San Felix #366934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 25.59%
G = 49.76%
B = 24.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#366934 (or 0x366934) is known color: San Felix. HEX triplet: 36, 69 and 34. RGB value is (54,105,52). Sum of RGB (Red+Green+Blue) = 54+105+52=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #366934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366934 is #C996CB. Grayscale: #535353. Windows color (decimal): -13211340 or 3434806. OLE color: 3434806.

HSL color Cylindrical-coordinate representation of color #366934: hue angle of 117.74º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366934 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 52 -
CMYK 0.49 0 0.50 0.59
HSL 117.74º 0.34% 0.31% -
HSV(B) 117.74º 0.5% 0.41% -
XYZ 7.19 11.14 5.02 -
YUV 83.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 54 105 52 0.49 0 0.50 0.59 117.74 0.34 0.31
Hex 36 69 34 31 0 32 3B 76 22 1F
Octal 66 151 64 61 0 62 73 166 42 37
Binary 110110 1101001 110100 110001 0 110010 111011 1110110 100010 11111

Color Harmonies of #366934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366934

Black with #366934

Text Example


Text Example

White with #366934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366934; }

 p { color: rgb(54,105,52); }

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

background-color css

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

 a { background-color: rgb(54,105,52); }

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

border-color css

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

 span { border-color: rgb(54,105,52); }

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