Html Css Color HEX #398471 Viridian

📋 copy color: '#398471'

red 57 ◦ green 132 ◦ blue 113

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

Shades of Viridian #398471

Tints of Viridian #398471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 18.87%
G = 43.71%
B = 37.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#398471 (or 0x398471) is known color: Viridian. HEX triplet: 39, 84 and 71. RGB value is (57,132,113). Sum of RGB (Red+Green+Blue) = 57+132+113=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #398471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398471 is #C67B8E. Grayscale: #6B6B6B. Windows color (decimal): -13007759 or 7439417. OLE color: 7439417.

HSL color Cylindrical-coordinate representation of color #398471: hue angle of 164.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398471 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 113 -
CMYK 0.57 0 0.14 0.48
HSL 164.8º 0.4% 0.37% -
HSV(B) 164.8º 0.57% 0.52% -
XYZ 12.92 18.56 18.53 -
YUV 107.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 57 132 113 0.57 0 0.14 0.48 164.8 0.4 0.37
Hex 39 84 71 39 0 E 30 A5 28 25
Octal 71 204 161 71 0 16 60 245 50 45
Binary 111001 10000100 1110001 111001 0 1110 110000 10100101 101000 100101

Color Harmonies of #398471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398471

Black with #398471

Text Example


Text Example

White with #398471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398471; }

 p { color: rgb(57,132,113); }

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

background-color css

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

 a { background-color: rgb(57,132,113); }

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

border-color css

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

 span { border-color: rgb(57,132,113); }

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