Html Css Color HEX #389373 Viridian

📋 copy color: '#389373'

red 56 ◦ green 147 ◦ blue 115

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

Shades of Viridian #389373

Tints of Viridian #389373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 17.61%
G = 46.23%
B = 36.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#389373 (or 0x389373) is known color: Viridian. HEX triplet: 38, 93 and 73. RGB value is (56,147,115). Sum of RGB (Red+Green+Blue) = 56+147+115=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #389373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389373 is #C76C8C. Grayscale: #747474. Windows color (decimal): -13069453 or 7574328. OLE color: 7574328.

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

Color convert

RGB 56 147 115 -
CMYK 0.62 0 0.22 0.42
HSL 158.9º 0.45% 0.4% -
HSV(B) 158.9º 0.62% 0.58% -
XYZ 15.16 22.95 19.85 -
YUV 116.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 56 147 115 0.62 0 0.22 0.42 158.9 0.45 0.4
Hex 38 93 73 3E 0 16 2A 9F 2D 28
Octal 70 223 163 76 0 26 52 237 55 50
Binary 111000 10010011 1110011 111110 0 10110 101010 10011111 101101 101000

Color Harmonies of #389373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389373

Black with #389373

Text Example


Text Example

White with #389373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389373; }

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

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

background-color css

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

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

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

border-color css

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

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

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