Html Css Color HEX #399475 Viridian

📋 copy color: '#399475'

red 57 ◦ green 148 ◦ blue 117

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

Shades of Viridian #399475

Tints of Viridian #399475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 17.7%
G = 45.96%
B = 36.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#399475 (or 0x399475) is known color: Viridian. HEX triplet: 39, 94 and 75. RGB value is (57,148,117). Sum of RGB (Red+Green+Blue) = 57+148+117=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #399475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399475 is #C66B8A. Grayscale: #757575. Windows color (decimal): -13003659 or 7705657. OLE color: 7705657.

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

Color convert

RGB 57 148 117 -
CMYK 0.61 0 0.21 0.42
HSL 159.56º 0.44% 0.4% -
HSV(B) 159.56º 0.61% 0.58% -
XYZ 15.49 23.33 20.52 -
YUV 117.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 57 148 117 0.61 0 0.21 0.42 159.56 0.44 0.4
Hex 39 94 75 3D 0 15 2A A0 2C 28
Octal 71 224 165 75 0 25 52 240 54 50
Binary 111001 10010100 1110101 111101 0 10101 101010 10100000 101100 101000

Color Harmonies of #399475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399475

Black with #399475

Text Example


Text Example

White with #399475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399475; }

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

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

background-color css

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

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

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

border-color css

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

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

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