Html Css Color HEX #389372 Viridian

📋 copy color: '#389372'

red 56 ◦ green 147 ◦ blue 114

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

Shades of Viridian #389372

Tints of Viridian #389372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 17.67%
G = 46.37%
B = 35.96%

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

#389372 (or 0x389372) is known color: Viridian. HEX triplet: 38, 93 and 72. RGB value is (56,147,114). Sum of RGB (Red+Green+Blue) = 56+147+114=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #389372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389372 is #C76C8D. Grayscale: #747474. Windows color (decimal): -13069454 or 7508792. OLE color: 7508792.

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

Color convert

RGB 56 147 114 -
CMYK 0.62 0 0.22 0.42
HSL 158.24º 0.45% 0.4% -
HSV(B) 158.24º 0.62% 0.58% -
XYZ 15.1 22.92 19.55 -
YUV 116.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 56 147 114 0.62 0 0.22 0.42 158.24 0.45 0.4
Hex 38 93 72 3E 0 16 2A 9E 2D 28
Octal 70 223 162 76 0 26 52 236 55 50
Binary 111000 10010011 1110010 111110 0 10110 101010 10011110 101101 101000

Color Harmonies of #389372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389372

Black with #389372

Text Example


Text Example

White with #389372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389372; }

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

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

background-color css

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

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

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

border-color css

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

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

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