Html Css Color HEX #356C37 San Felix

📋 copy color: '#356C37'

red 53 ◦ green 108 ◦ blue 55

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

Shades of San Felix #356C37

Tints of San Felix #356C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 24.54%
G = 50%
B = 25.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#356C37 (or 0x356C37) is known color: San Felix. HEX triplet: 35, 6C and 37. RGB value is (53,108,55). Sum of RGB (Red+Green+Blue) = 53+108+55=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #356C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C37 is #CA93C8. Grayscale: #555555. Windows color (decimal): -13276105 or 3632181. OLE color: 3632181.

HSL color Cylindrical-coordinate representation of color #356C37: hue angle of 122.18º 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 #356C37 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 55 -
CMYK 0.51 0 0.49 0.58
HSL 122.18º 0.34% 0.32% -
HSV(B) 122.18º 0.51% 0.42% -
XYZ 7.52 11.76 5.49 -
YUV 85.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 53 108 55 0.51 0 0.49 0.58 122.18 0.34 0.32
Hex 35 6C 37 33 0 31 3A 7A 22 20
Octal 65 154 67 63 0 61 72 172 42 40
Binary 110101 1101100 110111 110011 0 110001 111010 1111010 100010 100000

Color Harmonies of #356C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C37

Black with #356C37

Text Example


Text Example

White with #356C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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