Html Css Color HEX #389270 Viridian

📋 copy color: '#389270'

red 56 ◦ green 146 ◦ blue 112

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

Shades of Viridian #389270

Tints of Viridian #389270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 17.83%
G = 46.5%
B = 35.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#389270 (or 0x389270) is known color: Viridian. HEX triplet: 38, 92 and 70. RGB value is (56,146,112). Sum of RGB (Red+Green+Blue) = 56+146+112=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #389270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389270 is #C76D8F. Grayscale: #737373. Windows color (decimal): -13069712 or 7377464. OLE color: 7377464.

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

Color convert

RGB 56 146 112 -
CMYK 0.62 0 0.23 0.43
HSL 157.33º 0.45% 0.4% -
HSV(B) 157.33º 0.62% 0.57% -
XYZ 14.83 22.57 18.9 -
YUV 115.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 56 146 112 0.62 0 0.23 0.43 157.33 0.45 0.4
Hex 38 92 70 3E 0 17 2B 9D 2D 28
Octal 70 222 160 76 0 27 53 235 55 50
Binary 111000 10010010 1110000 111110 0 10111 101011 10011101 101101 101000

Color Harmonies of #389270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389270

Black with #389270

Text Example


Text Example

White with #389270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389270; }

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

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

background-color css

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

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

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

border-color css

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

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

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