Html Css Color HEX #337D64 Viridian

📋 copy color: '#337D64'

red 51 ◦ green 125 ◦ blue 100

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

Shades of Viridian #337D64

Tints of Viridian #337D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 18.48%
G = 45.29%
B = 36.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#337D64 (or 0x337D64) is known color: Viridian. HEX triplet: 33, 7D and 64. RGB value is (51,125,100). Sum of RGB (Red+Green+Blue) = 51+125+100=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #337D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D64 is #CC829B. Grayscale: #646464. Windows color (decimal): -13402780 or 6585651. OLE color: 6585651.

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

Color convert

RGB 51 125 100 -
CMYK 0.59 0 0.2 0.51
HSL 159.73º 0.42% 0.35% -
HSV(B) 159.73º 0.59% 0.49% -
XYZ 11 16.29 14.62 -
YUV 100.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 51 125 100 0.59 0 0.2 0.51 159.73 0.42 0.35
Hex 33 7D 64 3B 0 14 33 A0 2A 23
Octal 63 175 144 73 0 24 63 240 52 43
Binary 110011 1111101 1100100 111011 0 10100 110011 10100000 101010 100011

Color Harmonies of #337D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D64

Black with #337D64

Text Example


Text Example

White with #337D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,125,100); }

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

background-color css

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

 a { background-color: rgb(51,125,100); }

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

border-color css

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

 span { border-color: rgb(51,125,100); }

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