Html Css Color HEX #389170 Viridian

📋 copy color: '#389170'

red 56 ◦ green 145 ◦ blue 112

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

Shades of Viridian #389170

Tints of Viridian #389170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 17.89%
G = 46.33%
B = 35.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#389170 (or 0x389170) is known color: Viridian. HEX triplet: 38, 91 and 70. RGB value is (56,145,112). Sum of RGB (Red+Green+Blue) = 56+145+112=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #389170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389170 is #C76E8F. Grayscale: #727272. Windows color (decimal): -13069968 or 7377208. OLE color: 7377208.

HSL color Cylindrical-coordinate representation of color #389170: hue angle of 157.75º 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 #389170 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 112 -
CMYK 0.61 0 0.23 0.43
HSL 157.75º 0.44% 0.39% -
HSV(B) 157.75º 0.61% 0.57% -
XYZ 14.68 22.26 18.85 -
YUV 114.63 126.51 86.18 -
System Red Green Blue C M Y K H S L
Decimal 56 145 112 0.61 0 0.23 0.43 157.75 0.44 0.39
Hex 38 91 70 3D 0 17 2B 9E 2C 27
Octal 70 221 160 75 0 27 53 236 54 47
Binary 111000 10010001 1110000 111101 0 10111 101011 10011110 101100 100111

Color Harmonies of #389170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389170

Black with #389170

Text Example


Text Example

White with #389170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389170; }

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

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

background-color css

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

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

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

border-color css

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

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

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