#32713D

Color #32713D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #32713D

Tints of San Felix #32713D

Color information

#32713D (or 0x32713D) is unknown color: approx San Felix. HEX triplet: 32, 71 and 3D. RGB value is (50,113,61). Sum of RGB (Red+Green+Blue) = 50+113+61=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #32713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32713D is #CD8EC2. Grayscale: #585858. Windows color (decimal): -13471427 or 4026674. OLE color: 4026674.

HSL color Cylindrical-coordinate representation of color #32713D: hue angle of 130.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32713D is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5011361-
CMYK0.5600.460.56
HSL130.48º38.65%31.96%-
HSV(B)130.48º55.75%44.31%-
XYZ8.0612.836.47-
YUV88.24112.63100.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=22.32%
G=50.45%
B=27.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113610.5600.460.56130.4838.6531.96
Hex32713D3802E38822720
Octal621617570056702024740
Binary1100101110001111101111000010111011100010000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32713D; }

 p { color: rgb(50,113,61); }

 H1.HeaderClassName
 {
   color: #32713D;
 }
 .AnyTagClassName
 {
   color: #32713D;
 }
</style>
background-color css

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

 a { background-color: rgb(50,113,61); }

 div.DivClassName
 {
   background-color: #32713D;
 }
 .BgClassName
 {
   background-color: #32713D;
 }
</style>
border-color css

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

 span { border-color: rgb(50,113,61); }

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