Html Css Color HEX #389376 Viridian

📋 copy color: '#389376'

red 56 ◦ green 147 ◦ blue 118

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

Shades of Viridian #389376

Tints of Viridian #389376

RGB

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

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

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

R = 17.45%
G = 45.79%
B = 36.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#389376 (or 0x389376) is known color: Viridian. HEX triplet: 38, 93 and 76. RGB value is (56,147,118). Sum of RGB (Red+Green+Blue) = 56+147+118=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #389376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389376 is #C76C89. Grayscale: #747474. Windows color (decimal): -13069450 or 7770936. OLE color: 7770936.

HSL color Cylindrical-coordinate representation of color #389376: hue angle of 160.88º 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 #389376 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 118 -
CMYK 0.62 0 0.20 0.42
HSL 160.88º 0.45% 0.4% -
HSV(B) 160.88º 0.62% 0.58% -
XYZ 15.33 23.02 20.77 -
YUV 116.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 56 147 118 0.62 0 0.20 0.42 160.88 0.45 0.4
Hex 38 93 76 3E 0 14 2A A1 2D 28
Octal 70 223 166 76 0 24 52 241 55 50
Binary 111000 10010011 1110110 111110 0 10100 101010 10100001 101101 101000

Color Harmonies of #389376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389376

Black with #389376

Text Example


Text Example

White with #389376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389376; }

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

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

background-color css

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

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

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

border-color css

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

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

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