Html Css Color HEX #32613B Hunter Green

📋 copy color: '#32613B'

red 50 ◦ green 97 ◦ blue 59

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

Shades of Hunter Green #32613B

Tints of Hunter Green #32613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.64%

R = 24.27%
G = 47.09%
B = 28.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#32613B (or 0x32613B) is known color: Hunter Green. HEX triplet: 32, 61 and 3B. RGB value is (50,97,59). Sum of RGB (Red+Green+Blue) = 50+97+59=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #32613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613B is #CD9EC4. Grayscale: #4E4E4E. Windows color (decimal): -13475525 or 3891506. OLE color: 3891506.

HSL color Cylindrical-coordinate representation of color #32613B: hue angle of 131.49º 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 #32613B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 59 -
CMYK 0.48 0 0.39 0.62
HSL 131.49º 0.32% 0.29% -
HSV(B) 131.49º 0.48% 0.38% -
XYZ 6.38 9.54 5.64 -
YUV 78.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 50 97 59 0.48 0 0.39 0.62 131.49 0.32 0.29
Hex 32 61 3B 30 0 27 3E 83 20 1D
Octal 62 141 73 60 0 47 76 203 40 35
Binary 110010 1100001 111011 110000 0 100111 111110 10000011 100000 11101

Color Harmonies of #32613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32613B

Black with #32613B

Text Example


Text Example

White with #32613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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