Html Css Color HEX #337E61 Viridian

📋 copy color: '#337E61'

red 51 ◦ green 126 ◦ blue 97

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

Shades of Viridian #337E61

Tints of Viridian #337E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 18.61%
G = 45.99%
B = 35.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#337E61 (or 0x337E61) is known color: Viridian. HEX triplet: 33, 7E and 61. RGB value is (51,126,97). Sum of RGB (Red+Green+Blue) = 51+126+97=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #337E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E61 is #CC819E. Grayscale: #646464. Windows color (decimal): -13402527 or 6389299. OLE color: 6389299.

HSL color Cylindrical-coordinate representation of color #337E61: hue angle of 156.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E61 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 97 -
CMYK 0.60 0 0.23 0.51
HSL 156.8º 0.42% 0.35% -
HSV(B) 156.8º 0.6% 0.49% -
XYZ 10.98 16.49 13.91 -
YUV 100.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 51 126 97 0.60 0 0.23 0.51 156.8 0.42 0.35
Hex 33 7E 61 3C 0 17 33 9D 2A 23
Octal 63 176 141 74 0 27 63 235 52 43
Binary 110011 1111110 1100001 111100 0 10111 110011 10011101 101010 100011

Color Harmonies of #337E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E61

Black with #337E61

Text Example


Text Example

White with #337E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337E61; }

 p { color: rgb(51,126,97); }

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

background-color css

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

 a { background-color: rgb(51,126,97); }

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

border-color css

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

 span { border-color: rgb(51,126,97); }

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