Html Css Color HEX #339170 Viridian

📋 copy color: '#339170'

red 51 ◦ green 145 ◦ blue 112

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

Shades of Viridian #339170

Tints of Viridian #339170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 16.56%
G = 47.08%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#339170 (or 0x339170) is known color: Viridian. HEX triplet: 33, 91 and 70. RGB value is (51,145,112). Sum of RGB (Red+Green+Blue) = 51+145+112=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #339170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339170 is #CC6E8F. Grayscale: #717171. Windows color (decimal): -13397648 or 7377203. OLE color: 7377203.

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

Color convert

RGB 51 145 112 -
CMYK 0.65 0 0.23 0.43
HSL 158.94º 0.48% 0.38% -
HSV(B) 158.94º 0.65% 0.57% -
XYZ 14.42 22.12 18.84 -
YUV 113.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 51 145 112 0.65 0 0.23 0.43 158.94 0.48 0.38
Hex 33 91 70 41 0 17 2B 9F 30 26
Octal 63 221 160 101 0 27 53 237 60 46
Binary 110011 10010001 1110000 1000001 0 10111 101011 10011111 110000 100110

Color Harmonies of #339170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339170

Black with #339170

Text Example


Text Example

White with #339170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339170; }

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

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

background-color css

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

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

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

border-color css

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

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

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