Html Css Color HEX #339473 Viridian

📋 copy color: '#339473'

red 51 ◦ green 148 ◦ blue 115

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

Shades of Viridian #339473

Tints of Viridian #339473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 16.24%
G = 47.13%
B = 36.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#339473 (or 0x339473) is known color: Viridian. HEX triplet: 33, 94 and 73. RGB value is (51,148,115). Sum of RGB (Red+Green+Blue) = 51+148+115=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #339473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339473 is #CC6B8C. Grayscale: #737373. Windows color (decimal): -13396877 or 7574579. OLE color: 7574579.

HSL color Cylindrical-coordinate representation of color #339473: hue angle of 159.59º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339473 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 115 -
CMYK 0.66 0 0.22 0.42
HSL 159.59º 0.49% 0.39% -
HSV(B) 159.59º 0.66% 0.58% -
XYZ 15.05 23.12 19.89 -
YUV 115.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 51 148 115 0.66 0 0.22 0.42 159.59 0.49 0.39
Hex 33 94 73 42 0 16 2A A0 31 27
Octal 63 224 163 102 0 26 52 240 61 47
Binary 110011 10010100 1110011 1000010 0 10110 101010 10100000 110001 100111

Color Harmonies of #339473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339473

Black with #339473

Text Example


Text Example

White with #339473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339473; }

 p { color: rgb(51,148,115); }

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

background-color css

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

 a { background-color: rgb(51,148,115); }

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

border-color css

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

 span { border-color: rgb(51,148,115); }

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