Html Css Color HEX #339172 Viridian

📋 copy color: '#339172'

red 51 ◦ green 145 ◦ blue 114

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

Shades of Viridian #339172

Tints of Viridian #339172

RGB

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

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

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

R = 16.45%
G = 46.77%
B = 36.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#339172 (or 0x339172) is known color: Viridian. HEX triplet: 33, 91 and 72. RGB value is (51,145,114). Sum of RGB (Red+Green+Blue) = 51+145+114=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #339172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339172 is #CC6E8D. Grayscale: #717171. Windows color (decimal): -13397646 or 7508275. OLE color: 7508275.

HSL color Cylindrical-coordinate representation of color #339172: hue angle of 160.21º 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 #339172 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 114 -
CMYK 0.65 0 0.21 0.43
HSL 160.21º 0.48% 0.38% -
HSV(B) 160.21º 0.65% 0.57% -
XYZ 14.53 22.17 19.43 -
YUV 113.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 51 145 114 0.65 0 0.21 0.43 160.21 0.48 0.38
Hex 33 91 72 41 0 15 2B A0 30 26
Octal 63 221 162 101 0 25 53 240 60 46
Binary 110011 10010001 1110010 1000001 0 10101 101011 10100000 110000 100110

Color Harmonies of #339172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339172

Black with #339172

Text Example


Text Example

White with #339172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339172; }

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

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

background-color css

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

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

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

border-color css

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

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

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