Html Css Color HEX #32713D San Felix

📋 copy color: '#32713D'

red 50 ◦ green 113 ◦ blue 61

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

Shades of San Felix #32713D

Tints of San Felix #32713D

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 value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#32713D (or 0x32713D) is known color: 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

RGB 50 113 61 -
CMYK 0.56 0 0.46 0.56
HSL 130.48º 0.39% 0.32% -
HSV(B) 130.48º 0.56% 0.44% -
XYZ 8.06 12.83 6.47 -
YUV 88.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 50 113 61 0.56 0 0.46 0.56 130.48 0.39 0.32
Hex 32 71 3D 38 0 2E 38 82 27 20
Octal 62 161 75 70 0 56 70 202 47 40
Binary 110010 1110001 111101 111000 0 101110 111000 10000010 100111 100000

Color Harmonies of #32713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32713D

Black with #32713D

Text Example


Text Example

White with #32713D

Text Example


Text Example

HTML Codes & Css Web 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>