Html Css Color HEX #389172 Viridian

📋 copy color: '#389172'

red 56 ◦ green 145 ◦ blue 114

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

Shades of Viridian #389172

Tints of Viridian #389172

RGB

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

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

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

R = 17.78%
G = 46.03%
B = 36.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#389172 (or 0x389172) is known color: Viridian. HEX triplet: 38, 91 and 72. RGB value is (56,145,114). Sum of RGB (Red+Green+Blue) = 56+145+114=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #389172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389172 is #C76E8D. Grayscale: #727272. Windows color (decimal): -13069966 or 7508280. OLE color: 7508280.

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

Color convert

RGB 56 145 114 -
CMYK 0.61 0 0.21 0.43
HSL 159.1º 0.44% 0.39% -
HSV(B) 159.1º 0.61% 0.57% -
XYZ 14.79 22.31 19.45 -
YUV 114.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 56 145 114 0.61 0 0.21 0.43 159.1 0.44 0.39
Hex 38 91 72 3D 0 15 2B 9F 2C 27
Octal 70 221 162 75 0 25 53 237 54 47
Binary 111000 10010001 1110010 111101 0 10101 101011 10011111 101100 100111

Color Harmonies of #389172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389172

Black with #389172

Text Example


Text Example

White with #389172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389172; }

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

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

background-color css

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

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

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

border-color css

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

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

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