Html Css Color HEX #356A35 San Felix

📋 copy color: '#356A35'

red 53 ◦ green 106 ◦ blue 53

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

Shades of San Felix #356A35

Tints of San Felix #356A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50%

 BLUE value IS 53 (21.09% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#356A35 (or 0x356A35) is known color: San Felix. HEX triplet: 35, 6A and 35. RGB value is (53,106,53). Sum of RGB (Red+Green+Blue) = 53+106+53=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #356A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A35 is #CA95CA. Grayscale: #545454. Windows color (decimal): -13276619 or 3500597. OLE color: 3500597.

HSL color Cylindrical-coordinate representation of color #356A35: hue angle of 120º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A35 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 53 -
CMYK 0.5 0 0.5 0.58
HSL 120º 0.33% 0.31% -
HSV(B) 120º 0.5% 0.42% -
XYZ 7.26 11.32 5.17 -
YUV 84.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 53 106 53 0.5 0 0.5 0.58 120 0.33 0.31
Hex 35 6A 35 32 0 32 3A 78 21 1F
Octal 65 152 65 62 0 62 72 170 41 37
Binary 110101 1101010 110101 110010 0 110010 111010 1111000 100001 11111

Color Harmonies of #356A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A35

Black with #356A35

Text Example


Text Example

White with #356A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,53); }

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

background-color css

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

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

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

border-color css

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

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

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