Html Css Color HEX #389371 Viridian

📋 copy color: '#389371'

red 56 ◦ green 147 ◦ blue 113

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

Shades of Viridian #389371

Tints of Viridian #389371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 17.72%
G = 46.52%
B = 35.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#389371 (or 0x389371) is known color: Viridian. HEX triplet: 38, 93 and 71. RGB value is (56,147,113). Sum of RGB (Red+Green+Blue) = 56+147+113=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #389371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389371 is #C76C8E. Grayscale: #737373. Windows color (decimal): -13069455 or 7443256. OLE color: 7443256.

HSL color Cylindrical-coordinate representation of color #389371: hue angle of 157.58º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389371 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 113 -
CMYK 0.62 0 0.23 0.42
HSL 157.58º 0.45% 0.4% -
HSV(B) 157.58º 0.62% 0.58% -
XYZ 15.05 22.9 19.25 -
YUV 115.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 56 147 113 0.62 0 0.23 0.42 157.58 0.45 0.4
Hex 38 93 71 3E 0 17 2A 9E 2D 28
Octal 70 223 161 76 0 27 52 236 55 50
Binary 111000 10010011 1110001 111110 0 10111 101010 10011110 101101 101000

Color Harmonies of #389371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389371

Black with #389371

Text Example


Text Example

White with #389371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389371; }

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

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

background-color css

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

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

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

border-color css

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

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

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