Html Css Color HEX #309073 Viridian

📋 copy color: '#309073'

red 48 ◦ green 144 ◦ blue 115

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

Shades of Viridian #309073

Tints of Viridian #309073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 15.64%
G = 46.91%
B = 37.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#309073 (or 0x309073) is known color: Viridian. HEX triplet: 30, 90 and 73. RGB value is (48,144,115). Sum of RGB (Red+Green+Blue) = 48+144+115=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #309073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309073 is #CF6F8C. Grayscale: #707070. Windows color (decimal): -13594509 or 7573552. OLE color: 7573552.

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

Color convert

RGB 48 144 115 -
CMYK 0.67 0 0.20 0.44
HSL 161.88º 0.5% 0.38% -
HSV(B) 161.88º 0.67% 0.56% -
XYZ 14.29 21.81 19.68 -
YUV 111.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 48 144 115 0.67 0 0.20 0.44 161.88 0.5 0.38
Hex 30 90 73 43 0 14 2C A2 32 26
Octal 60 220 163 103 0 24 54 242 62 46
Binary 110000 10010000 1110011 1000011 0 10100 101100 10100010 110010 100110

Color Harmonies of #309073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309073

Black with #309073

Text Example


Text Example

White with #309073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309073; }

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

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

background-color css

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

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

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

border-color css

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

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

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