Html Css Color HEX #309170 Viridian

📋 copy color: '#309170'

red 48 ◦ green 145 ◦ blue 112

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

Shades of Viridian #309170

Tints of Viridian #309170

RGB

 RED value IS 48 (19.14% from 255) = 15.74%

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

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

R = 15.74%
G = 47.54%
B = 36.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#309170 (or 0x309170) is known color: Viridian. HEX triplet: 30, 91 and 70. RGB value is (48,145,112). Sum of RGB (Red+Green+Blue) = 48+145+112=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #309170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309170 is #CF6E8F. Grayscale: #707070. Windows color (decimal): -13594256 or 7377200. OLE color: 7377200.

HSL color Cylindrical-coordinate representation of color #309170: hue angle of 159.59º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309170 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 112 -
CMYK 0.67 0 0.23 0.43
HSL 159.59º 0.5% 0.38% -
HSV(B) 159.59º 0.67% 0.57% -
XYZ 14.27 22.05 18.83 -
YUV 112.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 48 145 112 0.67 0 0.23 0.43 159.59 0.5 0.38
Hex 30 91 70 43 0 17 2B A0 32 26
Octal 60 221 160 103 0 27 53 240 62 46
Binary 110000 10010001 1110000 1000011 0 10111 101011 10100000 110010 100110

Color Harmonies of #309170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309170

Black with #309170

Text Example


Text Example

White with #309170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309170; }

 p { color: rgb(48,145,112); }

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

background-color css

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

 a { background-color: rgb(48,145,112); }

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

border-color css

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

 span { border-color: rgb(48,145,112); }

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