Html Css Color HEX #389273 Viridian

📋 copy color: '#389273'

red 56 ◦ green 146 ◦ blue 115

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

Shades of Viridian #389273

Tints of Viridian #389273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 17.67%
G = 46.06%
B = 36.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#389273 (or 0x389273) is known color: Viridian. HEX triplet: 38, 92 and 73. RGB value is (56,146,115). Sum of RGB (Red+Green+Blue) = 56+146+115=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #389273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389273 is #C76D8C. Grayscale: #737373. Windows color (decimal): -13069709 or 7574072. OLE color: 7574072.

HSL color Cylindrical-coordinate representation of color #389273: hue angle of 159.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389273 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 115 -
CMYK 0.62 0 0.21 0.43
HSL 159.33º 0.45% 0.4% -
HSV(B) 159.33º 0.62% 0.57% -
XYZ 15 22.64 19.8 -
YUV 115.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 56 146 115 0.62 0 0.21 0.43 159.33 0.45 0.4
Hex 38 92 73 3E 0 15 2B 9F 2D 28
Octal 70 222 163 76 0 25 53 237 55 50
Binary 111000 10010010 1110011 111110 0 10101 101011 10011111 101101 101000

Color Harmonies of #389273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389273

Black with #389273

Text Example


Text Example

White with #389273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389273; }

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

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

background-color css

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

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

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

border-color css

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

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

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