Html Css Color HEX #337F66 Viridian

📋 copy color: '#337F66'

red 51 ◦ green 127 ◦ blue 102

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

Shades of Viridian #337F66

Tints of Viridian #337F66

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 18.21%
G = 45.36%
B = 36.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#337F66 (or 0x337F66) is known color: Viridian. HEX triplet: 33, 7F and 66. RGB value is (51,127,102). Sum of RGB (Red+Green+Blue) = 51+127+102=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #337F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F66 is #CC8099. Grayscale: #656565. Windows color (decimal): -13402266 or 6717235. OLE color: 6717235.

HSL color Cylindrical-coordinate representation of color #337F66: hue angle of 160.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F66 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 102 -
CMYK 0.60 0 0.20 0.50
HSL 160.26º 0.43% 0.35% -
HSV(B) 160.26º 0.6% 0.5% -
XYZ 11.35 16.84 15.22 -
YUV 101.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 51 127 102 0.60 0 0.20 0.50 160.26 0.43 0.35
Hex 33 7F 66 3C 0 14 32 A0 2B 23
Octal 63 177 146 74 0 24 62 240 53 43
Binary 110011 1111111 1100110 111100 0 10100 110010 10100000 101011 100011

Color Harmonies of #337F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F66

Black with #337F66

Text Example


Text Example

White with #337F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,102); }

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

background-color css

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

 a { background-color: rgb(51,127,102); }

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

border-color css

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

 span { border-color: rgb(51,127,102); }

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