Html Css Color HEX #309076 Viridian

📋 copy color: '#309076'

red 48 ◦ green 144 ◦ blue 118

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

Shades of Viridian #309076

Tints of Viridian #309076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 15.48%
G = 46.45%
B = 38.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#309076 (or 0x309076) is known color: Viridian. HEX triplet: 30, 90 and 76. RGB value is (48,144,118). Sum of RGB (Red+Green+Blue) = 48+144+118=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #309076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309076 is #CF6F89. Grayscale: #707070. Windows color (decimal): -13594506 or 7770160. OLE color: 7770160.

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

Color convert

RGB 48 144 118 -
CMYK 0.67 0 0.18 0.44
HSL 163.75º 0.5% 0.38% -
HSV(B) 163.75º 0.67% 0.56% -
XYZ 14.46 21.88 20.6 -
YUV 112.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 48 144 118 0.67 0 0.18 0.44 163.75 0.5 0.38
Hex 30 90 76 43 0 12 2C A4 32 26
Octal 60 220 166 103 0 22 54 244 62 46
Binary 110000 10010000 1110110 1000011 0 10010 101100 10100100 110010 100110

Color Harmonies of #309076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309076

Black with #309076

Text Example


Text Example

White with #309076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309076; }

 p { color: rgb(48,144,118); }

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

background-color css

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

 a { background-color: rgb(48,144,118); }

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

border-color css

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

 span { border-color: rgb(48,144,118); }

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