Html Css Color HEX #32623A Hunter Green

📋 copy color: '#32623A'

red 50 ◦ green 98 ◦ blue 58

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

Shades of Hunter Green #32623A

Tints of Hunter Green #32623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

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

R = 24.27%
G = 47.57%
B = 28.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#32623A (or 0x32623A) is known color: Hunter Green. HEX triplet: 32, 62 and 3A. RGB value is (50,98,58). Sum of RGB (Red+Green+Blue) = 50+98+58=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #32623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32623A is #CD9DC5. Grayscale: #4F4F4F. Windows color (decimal): -13475270 or 3826226. OLE color: 3826226.

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

Color convert

RGB 50 98 58 -
CMYK 0.49 0 0.41 0.62
HSL 130º 0.32% 0.29% -
HSV(B) 130º 0.49% 0.38% -
XYZ 6.45 9.72 5.54 -
YUV 79.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 50 98 58 0.49 0 0.41 0.62 130 0.32 0.29
Hex 32 62 3A 31 0 29 3E 82 20 1D
Octal 62 142 72 61 0 51 76 202 40 35
Binary 110010 1100010 111010 110001 0 101001 111110 10000010 100000 11101

Color Harmonies of #32623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32623A

Black with #32623A

Text Example


Text Example

White with #32623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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