Html Css Color HEX #398774 Viridian

📋 copy color: '#398774'

red 57 ◦ green 135 ◦ blue 116

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

Shades of Viridian #398774

Tints of Viridian #398774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

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

R = 18.51%
G = 43.83%
B = 37.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#398774 (or 0x398774) is known color: Viridian. HEX triplet: 39, 87 and 74. RGB value is (57,135,116). Sum of RGB (Red+Green+Blue) = 57+135+116=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #398774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398774 is #C6788B. Grayscale: #6D6D6D. Windows color (decimal): -13006988 or 7636793. OLE color: 7636793.

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

Color convert

RGB 57 135 116 -
CMYK 0.58 0 0.14 0.47
HSL 165.38º 0.41% 0.38% -
HSV(B) 165.38º 0.58% 0.53% -
XYZ 13.5 19.46 19.57 -
YUV 109.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 57 135 116 0.58 0 0.14 0.47 165.38 0.41 0.38
Hex 39 87 74 3A 0 E 2F A5 29 26
Octal 71 207 164 72 0 16 57 245 51 46
Binary 111001 10000111 1110100 111010 0 1110 101111 10100101 101001 100110

Color Harmonies of #398774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398774

Black with #398774

Text Example


Text Example

White with #398774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398774; }

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

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

background-color css

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

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

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

border-color css

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

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

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