Html Css Color HEX #337C61 Viridian

📋 copy color: '#337C61'

red 51 ◦ green 124 ◦ blue 97

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

Shades of Viridian #337C61

Tints of Viridian #337C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

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

R = 18.75%
G = 45.59%
B = 35.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#337C61 (or 0x337C61) is known color: Viridian. HEX triplet: 33, 7C and 61. RGB value is (51,124,97). Sum of RGB (Red+Green+Blue) = 51+124+97=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #337C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C61 is #CC839E. Grayscale: #636363. Windows color (decimal): -13403039 or 6388787. OLE color: 6388787.

HSL color Cylindrical-coordinate representation of color #337C61: hue angle of 157.81º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C61 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 97 -
CMYK 0.59 0 0.22 0.51
HSL 157.81º 0.42% 0.34% -
HSV(B) 157.81º 0.59% 0.49% -
XYZ 10.73 15.98 13.83 -
YUV 99.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 51 124 97 0.59 0 0.22 0.51 157.81 0.42 0.34
Hex 33 7C 61 3B 0 16 33 9E 2A 22
Octal 63 174 141 73 0 26 63 236 52 42
Binary 110011 1111100 1100001 111011 0 10110 110011 10011110 101010 100010

Color Harmonies of #337C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C61

Black with #337C61

Text Example


Text Example

White with #337C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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