Html Css Color HEX #356E3A San Felix

📋 copy color: '#356E3A'

red 53 ◦ green 110 ◦ blue 58

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

Shades of San Felix #356E3A

Tints of San Felix #356E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.77%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 23.98%
G = 49.77%
B = 26.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#356E3A (or 0x356E3A) is known color: San Felix. HEX triplet: 35, 6E and 3A. RGB value is (53,110,58). Sum of RGB (Red+Green+Blue) = 53+110+58=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #356E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E3A is #CA91C5. Grayscale: #575757. Windows color (decimal): -13275590 or 3829301. OLE color: 3829301.

HSL color Cylindrical-coordinate representation of color #356E3A: hue angle of 125.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356E3A is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 110 58 -
CMYK 0.52 0 0.47 0.57
HSL 125.26º 0.35% 0.32% -
HSV(B) 125.26º 0.52% 0.43% -
XYZ 7.81 12.21 5.95 -
YUV 87.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 53 110 58 0.52 0 0.47 0.57 125.26 0.35 0.32
Hex 35 6E 3A 34 0 2F 39 7D 23 20
Octal 65 156 72 64 0 57 71 175 43 40
Binary 110101 1101110 111010 110100 0 101111 111001 1111101 100011 100000

Color Harmonies of #356E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E3A

Black with #356E3A

Text Example


Text Example

White with #356E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,58); }

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

background-color css

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

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

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

border-color css

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

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

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