#338C77

Color #338C77 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #338C77

Tints of Viridian #338C77

Color information

#338C77 (or 0x338C77) is unknown color: approx Viridian. HEX triplet: 33, 8C and 77. RGB value is (51,140,119). Sum of RGB (Red+Green+Blue) = 51+140+119=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #338C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338C77 is #CC7388. Grayscale: #6E6E6E. Windows color (decimal): -13398921 or 7834675. OLE color: 7834675.

HSL color Cylindrical-coordinate representation of color #338C77: hue angle of 165.84º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338C77 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB51140119-
CMYK0.6400.150.45
HSL165.84º46.6%37.45%-
HSV(B)165.84º63.57%54.9%-
XYZ14.0720.7920.72-
YUV110.99132.5185.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=16.45%
G=45.16%
B=38.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511401190.6400.150.45165.8446.637.45
Hex338C77400F2Da62f25
Octal63214167100017552465745
Binary11001110001100111011110000000111110110110100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338C77; }

 p { color: rgb(51,140,119); }

 H1.HeaderClassName
 {
   color: #338C77;
 }
 .AnyTagClassName
 {
   color: #338C77;
 }
</style>
background-color css

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

 a { background-color: rgb(51,140,119); }

 div.DivClassName
 {
   background-color: #338C77;
 }
 .BgClassName
 {
   background-color: #338C77;
 }
</style>
border-color css

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

 span { border-color: rgb(51,140,119); }

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