Html Css Color HEX #399175 Viridian

📋 copy color: '#399175'

red 57 ◦ green 145 ◦ blue 117

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

Shades of Viridian #399175

Tints of Viridian #399175

RGB

 RED value IS 57 (22.66% from 255) = 17.87%

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 17.87%
G = 45.45%
B = 36.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#399175 (or 0x399175) is known color: Viridian. HEX triplet: 39, 91 and 75. RGB value is (57,145,117). Sum of RGB (Red+Green+Blue) = 57+145+117=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #399175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399175 is #C66E8A. Grayscale: #737373. Windows color (decimal): -13004427 or 7704889. OLE color: 7704889.

HSL color Cylindrical-coordinate representation of color #399175: hue angle of 160.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399175 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 117 -
CMYK 0.61 0 0.19 0.43
HSL 160.91º 0.44% 0.4% -
HSV(B) 160.91º 0.61% 0.57% -
XYZ 15.02 22.41 20.36 -
YUV 115.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 57 145 117 0.61 0 0.19 0.43 160.91 0.44 0.4
Hex 39 91 75 3D 0 13 2B A1 2C 28
Octal 71 221 165 75 0 23 53 241 54 50
Binary 111001 10010001 1110101 111101 0 10011 101011 10100001 101100 101000

Color Harmonies of #399175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399175

Black with #399175

Text Example


Text Example

White with #399175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399175; }

 p { color: rgb(57,145,117); }

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

background-color css

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

 a { background-color: rgb(57,145,117); }

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

border-color css

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

 span { border-color: rgb(57,145,117); }

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