Html Css Color HEX #389176 Viridian

📋 copy color: '#389176'

red 56 ◦ green 145 ◦ blue 118

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

Shades of Viridian #389176

Tints of Viridian #389176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 17.55%
G = 45.45%
B = 36.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#389176 (or 0x389176) is known color: Viridian. HEX triplet: 38, 91 and 76. RGB value is (56,145,118). Sum of RGB (Red+Green+Blue) = 56+145+118=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #389176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389176 is #C76E89. Grayscale: #737373. Windows color (decimal): -13069962 or 7770424. OLE color: 7770424.

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

Color convert

RGB 56 145 118 -
CMYK 0.61 0 0.19 0.43
HSL 161.8º 0.44% 0.39% -
HSV(B) 161.8º 0.61% 0.57% -
XYZ 15.03 22.4 20.67 -
YUV 115.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 56 145 118 0.61 0 0.19 0.43 161.8 0.44 0.39
Hex 38 91 76 3D 0 13 2B A2 2C 27
Octal 70 221 166 75 0 23 53 242 54 47
Binary 111000 10010001 1110110 111101 0 10011 101011 10100010 101100 100111

Color Harmonies of #389176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389176

Black with #389176

Text Example


Text Example

White with #389176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389176; }

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

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

background-color css

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

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

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

border-color css

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

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

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