Html Css Color HEX #339270 Viridian

📋 copy color: '#339270'

red 51 ◦ green 146 ◦ blue 112

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

Shades of Viridian #339270

Tints of Viridian #339270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

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

R = 16.5%
G = 47.25%
B = 36.25%

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

#339270 (or 0x339270) is known color: Viridian. HEX triplet: 33, 92 and 70. RGB value is (51,146,112). Sum of RGB (Red+Green+Blue) = 51+146+112=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #339270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339270 is #CC6D8F. Grayscale: #717171. Windows color (decimal): -13397392 or 7377459. OLE color: 7377459.

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

Color convert

RGB 51 146 112 -
CMYK 0.65 0 0.23 0.43
HSL 158.53º 0.48% 0.39% -
HSV(B) 158.53º 0.65% 0.57% -
XYZ 14.57 22.43 18.89 -
YUV 113.72 127.03 83.26 -
System Red Green Blue C M Y K H S L
Decimal 51 146 112 0.65 0 0.23 0.43 158.53 0.48 0.39
Hex 33 92 70 41 0 17 2B 9F 30 27
Octal 63 222 160 101 0 27 53 237 60 47
Binary 110011 10010010 1110000 1000001 0 10111 101011 10011111 110000 100111

Color Harmonies of #339270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339270

Black with #339270

Text Example


Text Example

White with #339270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339270; }

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

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

background-color css

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

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

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

border-color css

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

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

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