Html Css Color HEX #309372 Viridian

📋 copy color: '#309372'

red 48 ◦ green 147 ◦ blue 114

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

Shades of Viridian #309372

Tints of Viridian #309372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 15.53%
G = 47.57%
B = 36.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#309372 (or 0x309372) is known color: Viridian. HEX triplet: 30, 93 and 72. RGB value is (48,147,114). Sum of RGB (Red+Green+Blue) = 48+147+114=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #309372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309372 is #CF6C8D. Grayscale: #717171. Windows color (decimal): -13593742 or 7508784. OLE color: 7508784.

HSL color Cylindrical-coordinate representation of color #309372: hue angle of 160º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309372 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 114 -
CMYK 0.67 0 0.22 0.42
HSL 160º 0.51% 0.38% -
HSV(B) 160º 0.67% 0.58% -
XYZ 14.69 22.71 19.53 -
YUV 113.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 48 147 114 0.67 0 0.22 0.42 160 0.51 0.38
Hex 30 93 72 43 0 16 2A A0 33 26
Octal 60 223 162 103 0 26 52 240 63 46
Binary 110000 10010011 1110010 1000011 0 10110 101010 10100000 110011 100110

Color Harmonies of #309372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309372

Black with #309372

Text Example


Text Example

White with #309372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309372; }

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

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

background-color css

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

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

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

border-color css

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

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

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