Html Css Color HEX #356732 San Felix

📋 copy color: '#356732'

red 53 ◦ green 103 ◦ blue 50

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

Shades of San Felix #356732

Tints of San Felix #356732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50%

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

R = 25.73%
G = 50%
B = 24.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#356732 (or 0x356732) is known color: San Felix. HEX triplet: 35, 67 and 32. RGB value is (53,103,50). Sum of RGB (Red+Green+Blue) = 53+103+50=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #356732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356732 is #CA98CD. Grayscale: #525252. Windows color (decimal): -13277390 or 3303221. OLE color: 3303221.

HSL color Cylindrical-coordinate representation of color #356732: hue angle of 116.6º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356732 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 50 -
CMYK 0.49 0 0.51 0.60
HSL 116.6º 0.35% 0.3% -
HSV(B) 116.6º 0.51% 0.4% -
XYZ 6.89 10.69 4.72 -
YUV 82.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 53 103 50 0.49 0 0.51 0.60 116.6 0.35 0.3
Hex 35 67 32 31 0 33 3C 75 23 1E
Octal 65 147 62 61 0 63 74 165 43 36
Binary 110101 1100111 110010 110001 0 110011 111100 1110101 100011 11110

Color Harmonies of #356732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356732

Black with #356732

Text Example


Text Example

White with #356732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356732; }

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

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

background-color css

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

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

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

border-color css

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

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

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