Html Css Color HEX #339374 Viridian

📋 copy color: '#339374'

red 51 ◦ green 147 ◦ blue 116

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

Shades of Viridian #339374

Tints of Viridian #339374

RGB

 RED value IS 51 (20.31% from 255) = 16.24%

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

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

R = 16.24%
G = 46.82%
B = 36.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#339374 (or 0x339374) is known color: Viridian. HEX triplet: 33, 93 and 74. RGB value is (51,147,116). Sum of RGB (Red+Green+Blue) = 51+147+116=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #339374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339374 is #CC6C8B. Grayscale: #727272. Windows color (decimal): -13397132 or 7639859. OLE color: 7639859.

HSL color Cylindrical-coordinate representation of color #339374: hue angle of 160.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339374 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 116 -
CMYK 0.65 0 0.21 0.42
HSL 160.63º 0.48% 0.39% -
HSV(B) 160.63º 0.65% 0.58% -
XYZ 14.95 22.83 20.14 -
YUV 114.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 51 147 116 0.65 0 0.21 0.42 160.63 0.48 0.39
Hex 33 93 74 41 0 15 2A A1 30 27
Octal 63 223 164 101 0 25 52 241 60 47
Binary 110011 10010011 1110100 1000001 0 10101 101010 10100001 110000 100111

Color Harmonies of #339374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339374

Black with #339374

Text Example


Text Example

White with #339374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339374; }

 p { color: rgb(51,147,116); }

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

background-color css

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

 a { background-color: rgb(51,147,116); }

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

border-color css

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

 span { border-color: rgb(51,147,116); }

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