Html Css Color HEX #339175 Viridian

📋 copy color: '#339175'

red 51 ◦ green 145 ◦ blue 117

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

Shades of Viridian #339175

Tints of Viridian #339175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 16.29%
G = 46.33%
B = 37.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#339175 (or 0x339175) is known color: Viridian. HEX triplet: 33, 91 and 75. RGB value is (51,145,117). Sum of RGB (Red+Green+Blue) = 51+145+117=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #339175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339175 is #CC6E8A. Grayscale: #717171. Windows color (decimal): -13397643 or 7704883. OLE color: 7704883.

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

Color convert

RGB 51 145 117 -
CMYK 0.65 0 0.19 0.43
HSL 162.13º 0.48% 0.38% -
HSV(B) 162.13º 0.65% 0.57% -
XYZ 14.7 22.24 20.35 -
YUV 113.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 51 145 117 0.65 0 0.19 0.43 162.13 0.48 0.38
Hex 33 91 75 41 0 13 2B A2 30 26
Octal 63 221 165 101 0 23 53 242 60 46
Binary 110011 10010001 1110101 1000001 0 10011 101011 10100010 110000 100110

Color Harmonies of #339175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339175

Black with #339175

Text Example


Text Example

White with #339175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339175; }

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

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

background-color css

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

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

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

border-color css

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

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

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