Html Css Color HEX #398974 Viridian

📋 copy color: '#398974'

red 57 ◦ green 137 ◦ blue 116

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

Shades of Viridian #398974

Tints of Viridian #398974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 18.39%
G = 44.19%
B = 37.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#398974 (or 0x398974) is known color: Viridian. HEX triplet: 39, 89 and 74. RGB value is (57,137,116). Sum of RGB (Red+Green+Blue) = 57+137+116=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #398974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398974 is #C6768B. Grayscale: #6E6E6E. Windows color (decimal): -13006476 or 7637305. OLE color: 7637305.

HSL color Cylindrical-coordinate representation of color #398974: hue angle of 164.25º 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 #398974 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 116 -
CMYK 0.58 0 0.15 0.46
HSL 164.25º 0.41% 0.38% -
HSV(B) 164.25º 0.58% 0.54% -
XYZ 13.79 20.02 19.66 -
YUV 110.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 57 137 116 0.58 0 0.15 0.46 164.25 0.41 0.38
Hex 39 89 74 3A 0 F 2E A4 29 26
Octal 71 211 164 72 0 17 56 244 51 46
Binary 111001 10001001 1110100 111010 0 1111 101110 10100100 101001 100110

Color Harmonies of #398974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398974

Black with #398974

Text Example


Text Example

White with #398974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398974; }

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

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

background-color css

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

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

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

border-color css

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

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

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