Html Css Color HEX #389572 Viridian

📋 copy color: '#389572'

red 56 ◦ green 149 ◦ blue 114

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

Shades of Viridian #389572

Tints of Viridian #389572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

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

R = 17.55%
G = 46.71%
B = 35.74%

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

#389572 (or 0x389572) is known color: Viridian. HEX triplet: 38, 95 and 72. RGB value is (56,149,114). Sum of RGB (Red+Green+Blue) = 56+149+114=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #389572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389572 is #C76A8D. Grayscale: #757575. Windows color (decimal): -13068942 or 7509304. OLE color: 7509304.

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

Color convert

RGB 56 149 114 -
CMYK 0.62 0 0.23 0.42
HSL 157.42º 0.45% 0.4% -
HSV(B) 157.42º 0.62% 0.58% -
XYZ 15.42 23.55 19.65 -
YUV 117.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 56 149 114 0.62 0 0.23 0.42 157.42 0.45 0.4
Hex 38 95 72 3E 0 17 2A 9D 2D 28
Octal 70 225 162 76 0 27 52 235 55 50
Binary 111000 10010101 1110010 111110 0 10111 101010 10011101 101101 101000

Color Harmonies of #389572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389572

Black with #389572

Text Example


Text Example

White with #389572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389572; }

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

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

background-color css

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

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

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

border-color css

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

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

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