Html Css Color HEX #398874 Viridian

📋 copy color: '#398874'

red 57 ◦ green 136 ◦ blue 116

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

Shades of Viridian #398874

Tints of Viridian #398874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

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

R = 18.45%
G = 44.01%
B = 37.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#398874 (or 0x398874) is known color: Viridian. HEX triplet: 39, 88 and 74. RGB value is (57,136,116). Sum of RGB (Red+Green+Blue) = 57+136+116=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #398874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398874 is #C6778B. Grayscale: #6E6E6E. Windows color (decimal): -13006732 or 7637049. OLE color: 7637049.

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

Color convert

RGB 57 136 116 -
CMYK 0.58 0 0.15 0.47
HSL 164.81º 0.41% 0.38% -
HSV(B) 164.81º 0.58% 0.53% -
XYZ 13.64 19.74 19.61 -
YUV 110.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 57 136 116 0.58 0 0.15 0.47 164.81 0.41 0.38
Hex 39 88 74 3A 0 F 2F A5 29 26
Octal 71 210 164 72 0 17 57 245 51 46
Binary 111001 10001000 1110100 111010 0 1111 101111 10100101 101001 100110

Color Harmonies of #398874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398874

Black with #398874

Text Example


Text Example

White with #398874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398874; }

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

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

background-color css

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

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

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

border-color css

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

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

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