Html Css Color HEX #398973 Viridian

📋 copy color: '#398973'

red 57 ◦ green 137 ◦ blue 115

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

Shades of Viridian #398973

Tints of Viridian #398973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 18.45%
G = 44.34%
B = 37.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#398973 (or 0x398973) is known color: Viridian. HEX triplet: 39, 89 and 73. RGB value is (57,137,115). Sum of RGB (Red+Green+Blue) = 57+137+115=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #398973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398973 is #C6768C. Grayscale: #6E6E6E. Windows color (decimal): -13006477 or 7571769. OLE color: 7571769.

HSL color Cylindrical-coordinate representation of color #398973: hue angle of 163.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398973 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 115 -
CMYK 0.58 0 0.16 0.46
HSL 163.5º 0.41% 0.38% -
HSV(B) 163.5º 0.58% 0.54% -
XYZ 13.73 20 19.36 -
YUV 110.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 57 137 115 0.58 0 0.16 0.46 163.5 0.41 0.38
Hex 39 89 73 3A 0 10 2E A4 29 26
Octal 71 211 163 72 0 20 56 244 51 46
Binary 111001 10001001 1110011 111010 0 10000 101110 10100100 101001 100110

Color Harmonies of #398973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398973

Black with #398973

Text Example


Text Example

White with #398973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398973; }

 p { color: rgb(57,137,115); }

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

background-color css

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

 a { background-color: rgb(57,137,115); }

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

border-color css

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

 span { border-color: rgb(57,137,115); }

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