Html Css Color HEX #356932 San Felix

📋 copy color: '#356932'

red 53 ◦ green 105 ◦ blue 50

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

Shades of San Felix #356932

Tints of San Felix #356932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 25.48%
G = 50.48%
B = 24.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#356932 (or 0x356932) is known color: San Felix. HEX triplet: 35, 69 and 32. RGB value is (53,105,50). Sum of RGB (Red+Green+Blue) = 53+105+50=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #356932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356932 is #CA96CD. Grayscale: #535353. Windows color (decimal): -13276878 or 3303733. OLE color: 3303733.

HSL color Cylindrical-coordinate representation of color #356932: hue angle of 116.73º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356932 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 50 -
CMYK 0.50 0 0.52 0.59
HSL 116.73º 0.35% 0.3% -
HSV(B) 116.73º 0.52% 0.41% -
XYZ 7.1 11.09 4.78 -
YUV 83.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 53 105 50 0.50 0 0.52 0.59 116.73 0.35 0.3
Hex 35 69 32 32 0 34 3B 75 23 1E
Octal 65 151 62 62 0 64 73 165 43 36
Binary 110101 1101001 110010 110010 0 110100 111011 1110101 100011 11110

Color Harmonies of #356932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356932

Black with #356932

Text Example


Text Example

White with #356932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356932; }

 p { color: rgb(53,105,50); }

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

background-color css

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

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

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

border-color css

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

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

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