Html Css Color HEX #32613A Hunter Green

📋 copy color: '#32613A'

red 50 ◦ green 97 ◦ blue 58

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

Shades of Hunter Green #32613A

Tints of Hunter Green #32613A

RGB

 RED value IS 50 (19.92% from 255) = 24.39%

 GREEN value IS 97 (38.28% from 255) = 47.32%

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

R = 24.39%
G = 47.32%
B = 28.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#32613A (or 0x32613A) is known color: Hunter Green. HEX triplet: 32, 61 and 3A. RGB value is (50,97,58). Sum of RGB (Red+Green+Blue) = 50+97+58=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #32613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613A is #CD9EC5. Grayscale: #4E4E4E. Windows color (decimal): -13475526 or 3825970. OLE color: 3825970.

HSL color Cylindrical-coordinate representation of color #32613A: hue angle of 130.21º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32613A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 58 -
CMYK 0.48 0 0.40 0.62
HSL 130.21º 0.32% 0.29% -
HSV(B) 130.21º 0.48% 0.38% -
XYZ 6.35 9.53 5.51 -
YUV 78.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 50 97 58 0.48 0 0.40 0.62 130.21 0.32 0.29
Hex 32 61 3A 30 0 28 3E 82 20 1D
Octal 62 141 72 60 0 50 76 202 40 35
Binary 110010 1100001 111010 110000 0 101000 111110 10000010 100000 11101

Color Harmonies of #32613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32613A

Black with #32613A

Text Example


Text Example

White with #32613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32613A; }

 p { color: rgb(50,97,58); }

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

background-color css

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

 a { background-color: rgb(50,97,58); }

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

border-color css

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

 span { border-color: rgb(50,97,58); }

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