Html Css Color HEX #398B71 Viridian

📋 copy color: '#398B71'

red 57 ◦ green 139 ◦ blue 113

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

Shades of Viridian #398B71

Tints of Viridian #398B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

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

R = 18.45%
G = 44.98%
B = 36.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#398B71 (or 0x398B71) is known color: Viridian. HEX triplet: 39, 8B and 71. RGB value is (57,139,113). Sum of RGB (Red+Green+Blue) = 57+139+113=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #398B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B71 is #C6748E. Grayscale: #6F6F6F. Windows color (decimal): -13005967 or 7441209. OLE color: 7441209.

HSL color Cylindrical-coordinate representation of color #398B71: hue angle of 160.98º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B71 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 139 113 -
CMYK 0.59 0 0.19 0.45
HSL 160.98º 0.42% 0.38% -
HSV(B) 160.98º 0.59% 0.55% -
XYZ 13.9 20.53 18.85 -
YUV 111.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 57 139 113 0.59 0 0.19 0.45 160.98 0.42 0.38
Hex 39 8B 71 3B 0 13 2D A1 2A 26
Octal 71 213 161 73 0 23 55 241 52 46
Binary 111001 10001011 1110001 111011 0 10011 101101 10100001 101010 100110

Color Harmonies of #398B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B71

Black with #398B71

Text Example


Text Example

White with #398B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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