Html Css Color HEX #399375 Viridian

📋 copy color: '#399375'

red 57 ◦ green 147 ◦ blue 117

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

Shades of Viridian #399375

Tints of Viridian #399375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

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

R = 17.76%
G = 45.79%
B = 36.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#399375 (or 0x399375) is known color: Viridian. HEX triplet: 39, 93 and 75. RGB value is (57,147,117). Sum of RGB (Red+Green+Blue) = 57+147+117=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #399375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399375 is #C66C8A. Grayscale: #747474. Windows color (decimal): -13003915 or 7705401. OLE color: 7705401.

HSL color Cylindrical-coordinate representation of color #399375: hue angle of 160º 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 #399375 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 147 117 -
CMYK 0.61 0 0.20 0.42
HSL 160º 0.44% 0.4% -
HSV(B) 160º 0.61% 0.58% -
XYZ 15.33 23.02 20.47 -
YUV 116.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 57 147 117 0.61 0 0.20 0.42 160 0.44 0.4
Hex 39 93 75 3D 0 14 2A A0 2C 28
Octal 71 223 165 75 0 24 52 240 54 50
Binary 111001 10010011 1110101 111101 0 10100 101010 10100000 101100 101000

Color Harmonies of #399375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399375

Black with #399375

Text Example


Text Example

White with #399375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399375; }

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

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

background-color css

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

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

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

border-color css

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

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

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