Html Css Color HEX #389171 Viridian

📋 copy color: '#389171'

red 56 ◦ green 145 ◦ blue 113

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

Shades of Viridian #389171

Tints of Viridian #389171

RGB

 RED value IS 56 (22.27% from 255) = 17.83%

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 17.83%
G = 46.18%
B = 35.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#389171 (or 0x389171) is known color: Viridian. HEX triplet: 38, 91 and 71. RGB value is (56,145,113). Sum of RGB (Red+Green+Blue) = 56+145+113=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #389171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389171 is #C76E8E. Grayscale: #727272. Windows color (decimal): -13069967 or 7442744. OLE color: 7442744.

HSL color Cylindrical-coordinate representation of color #389171: hue angle of 158.43º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389171 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 113 -
CMYK 0.61 0 0.22 0.43
HSL 158.43º 0.44% 0.39% -
HSV(B) 158.43º 0.61% 0.57% -
XYZ 14.74 22.28 19.15 -
YUV 114.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 56 145 113 0.61 0 0.22 0.43 158.43 0.44 0.39
Hex 38 91 71 3D 0 16 2B 9E 2C 27
Octal 70 221 161 75 0 26 53 236 54 47
Binary 111000 10010001 1110001 111101 0 10110 101011 10011110 101100 100111

Color Harmonies of #389171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389171

Black with #389171

Text Example


Text Example

White with #389171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389171; }

 p { color: rgb(56,145,113); }

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

background-color css

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

 a { background-color: rgb(56,145,113); }

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

border-color css

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

 span { border-color: rgb(56,145,113); }

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