Html Css Color HEX #339174 Viridian

📋 copy color: '#339174'

red 51 ◦ green 145 ◦ blue 116

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

Shades of Viridian #339174

Tints of Viridian #339174

RGB

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

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

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

R = 16.35%
G = 46.47%
B = 37.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#339174 (or 0x339174) is known color: Viridian. HEX triplet: 33, 91 and 74. RGB value is (51,145,116). Sum of RGB (Red+Green+Blue) = 51+145+116=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #339174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339174 is #CC6E8B. Grayscale: #717171. Windows color (decimal): -13397644 or 7639347. OLE color: 7639347.

HSL color Cylindrical-coordinate representation of color #339174: hue angle of 161.49º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339174 is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 116 -
CMYK 0.65 0 0.2 0.43
HSL 161.49º 0.48% 0.38% -
HSV(B) 161.49º 0.65% 0.57% -
XYZ 14.64 22.22 20.04 -
YUV 113.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 51 145 116 0.65 0 0.2 0.43 161.49 0.48 0.38
Hex 33 91 74 41 0 14 2B A1 30 26
Octal 63 221 164 101 0 24 53 241 60 46
Binary 110011 10010001 1110100 1000001 0 10100 101011 10100001 110000 100110

Color Harmonies of #339174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339174

Black with #339174

Text Example


Text Example

White with #339174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339174; }

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

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

background-color css

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

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

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

border-color css

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

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

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