Html Css Color HEX #309174 Viridian

📋 copy color: '#309174'

red 48 ◦ green 145 ◦ blue 116

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

Shades of Viridian #309174

Tints of Viridian #309174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 15.53%
G = 46.93%
B = 37.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#309174 (or 0x309174) is known color: Viridian. HEX triplet: 30, 91 and 74. RGB value is (48,145,116). Sum of RGB (Red+Green+Blue) = 48+145+116=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #309174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309174 is #CF6E8B. Grayscale: #707070. Windows color (decimal): -13594252 or 7639344. OLE color: 7639344.

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

Color convert

RGB 48 145 116 -
CMYK 0.67 0 0.2 0.43
HSL 162.06º 0.5% 0.38% -
HSV(B) 162.06º 0.67% 0.57% -
XYZ 14.5 22.14 20.03 -
YUV 112.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 48 145 116 0.67 0 0.2 0.43 162.06 0.5 0.38
Hex 30 91 74 43 0 14 2B A2 32 26
Octal 60 221 164 103 0 24 53 242 62 46
Binary 110000 10010001 1110100 1000011 0 10100 101011 10100010 110010 100110

Color Harmonies of #309174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309174

Black with #309174

Text Example


Text Example

White with #309174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309174; }

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

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

background-color css

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

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

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

border-color css

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

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

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