Html Css Color HEX #309175 Viridian

📋 copy color: '#309175'

red 48 ◦ green 145 ◦ blue 117

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

Shades of Viridian #309175

Tints of Viridian #309175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 15.48%
G = 46.77%
B = 37.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#309175 (or 0x309175) is known color: Viridian. HEX triplet: 30, 91 and 75. RGB value is (48,145,117). Sum of RGB (Red+Green+Blue) = 48+145+117=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #309175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309175 is #CF6E8A. Grayscale: #707070. Windows color (decimal): -13594251 or 7704880. OLE color: 7704880.

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

Color convert

RGB 48 145 117 -
CMYK 0.67 0 0.19 0.43
HSL 162.68º 0.5% 0.38% -
HSV(B) 162.68º 0.67% 0.57% -
XYZ 14.56 22.16 20.34 -
YUV 112.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 48 145 117 0.67 0 0.19 0.43 162.68 0.5 0.38
Hex 30 91 75 43 0 13 2B A3 32 26
Octal 60 221 165 103 0 23 53 243 62 46
Binary 110000 10010001 1110101 1000011 0 10011 101011 10100011 110010 100110

Color Harmonies of #309175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309175

Black with #309175

Text Example


Text Example

White with #309175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309175; }

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

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

background-color css

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

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

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

border-color css

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

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

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