Html Css Color HEX #339076 Viridian

📋 copy color: '#339076'

red 51 ◦ green 144 ◦ blue 118

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

Shades of Viridian #339076

Tints of Viridian #339076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 16.29%
G = 46.01%
B = 37.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#339076 (or 0x339076) is known color: Viridian. HEX triplet: 33, 90 and 76. RGB value is (51,144,118). Sum of RGB (Red+Green+Blue) = 51+144+118=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #339076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339076 is #CC6F89. Grayscale: #717171. Windows color (decimal): -13397898 or 7770163. OLE color: 7770163.

HSL color Cylindrical-coordinate representation of color #339076: hue angle of 163.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339076 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 118 -
CMYK 0.65 0 0.18 0.44
HSL 163.23º 0.48% 0.38% -
HSV(B) 163.23º 0.65% 0.56% -
XYZ 14.61 21.96 20.61 -
YUV 113.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 51 144 118 0.65 0 0.18 0.44 163.23 0.48 0.38
Hex 33 90 76 41 0 12 2C A3 30 26
Octal 63 220 166 101 0 22 54 243 60 46
Binary 110011 10010000 1110110 1000001 0 10010 101100 10100011 110000 100110

Color Harmonies of #339076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339076

Black with #339076

Text Example


Text Example

White with #339076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339076; }

 p { color: rgb(51,144,118); }

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

background-color css

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

 a { background-color: rgb(51,144,118); }

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

border-color css

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

 span { border-color: rgb(51,144,118); }

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