Html Css Color HEX #356C36 San Felix

📋 copy color: '#356C36'

red 53 ◦ green 108 ◦ blue 54

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

Shades of San Felix #356C36

Tints of San Felix #356C36

RGB

 RED value IS 53 (21.09% from 255) = 24.65%

 GREEN value IS 108 (42.58% from 255) = 50.23%

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 24.65%
G = 50.23%
B = 25.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#356C36 (or 0x356C36) is known color: San Felix. HEX triplet: 35, 6C and 36. RGB value is (53,108,54). Sum of RGB (Red+Green+Blue) = 53+108+54=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #356C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C36 is #CA93C9. Grayscale: #555555. Windows color (decimal): -13276106 or 3566645. OLE color: 3566645.

HSL color Cylindrical-coordinate representation of color #356C36: hue angle of 121.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C36 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 54 -
CMYK 0.51 0 0.50 0.58
HSL 121.09º 0.34% 0.32% -
HSV(B) 121.09º 0.51% 0.42% -
XYZ 7.5 11.75 5.36 -
YUV 85.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 53 108 54 0.51 0 0.50 0.58 121.09 0.34 0.32
Hex 35 6C 36 33 0 32 3A 79 22 20
Octal 65 154 66 63 0 62 72 171 42 40
Binary 110101 1101100 110110 110011 0 110010 111010 1111001 100010 100000

Color Harmonies of #356C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C36

Black with #356C36

Text Example


Text Example

White with #356C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356C36; }

 p { color: rgb(53,108,54); }

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

background-color css

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

 a { background-color: rgb(53,108,54); }

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

border-color css

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

 span { border-color: rgb(53,108,54); }

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