Html Css Color HEX #309172 Viridian

📋 copy color: '#309172'

red 48 ◦ green 145 ◦ blue 114

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

Shades of Viridian #309172

Tints of Viridian #309172

RGB

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

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

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

R = 15.64%
G = 47.23%
B = 37.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#309172 (or 0x309172) is known color: Viridian. HEX triplet: 30, 91 and 72. RGB value is (48,145,114). Sum of RGB (Red+Green+Blue) = 48+145+114=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #309172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309172 is #CF6E8D. Grayscale: #707070. Windows color (decimal): -13594254 or 7508272. OLE color: 7508272.

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

Color convert

RGB 48 145 114 -
CMYK 0.67 0 0.21 0.43
HSL 160.82º 0.5% 0.38% -
HSV(B) 160.82º 0.67% 0.57% -
XYZ 14.38 22.09 19.43 -
YUV 112.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 48 145 114 0.67 0 0.21 0.43 160.82 0.5 0.38
Hex 30 91 72 43 0 15 2B A1 32 26
Octal 60 221 162 103 0 25 53 241 62 46
Binary 110000 10010001 1110010 1000011 0 10101 101011 10100001 110010 100110

Color Harmonies of #309172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309172

Black with #309172

Text Example


Text Example

White with #309172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309172; }

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

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

background-color css

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

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

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

border-color css

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

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

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