#338670

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

Shades of Viridian #338670

Tints of Viridian #338670

Color information

#338670 (or 0x338670) is unknown color: approx Viridian. HEX triplet: 33, 86 and 70. RGB value is (51,134,112). Sum of RGB (Red+Green+Blue) = 51+134+112=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #338670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338670 is #CC798F. Grayscale: #6A6A6A. Windows color (decimal): -13400464 or 7374387. OLE color: 7374387.

HSL color Cylindrical-coordinate representation of color #338670: hue angle of 164.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338670 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB51134112-
CMYK0.6200.160.47
HSL164.1º44.86%36.27%-
HSV(B)164.1º61.94%52.55%-
XYZ12.8118.9218.31-
YUV106.6813188.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=17.17%
G=45.12%
B=37.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341120.6200.160.47164.144.8636.27
Hex3386703E0102Fa42d24
Octal6320616076020572445544
Binary11001110000110111000011111001000010111110100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338670; }

 p { color: rgb(51,134,112); }

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

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

 a { background-color: rgb(51,134,112); }

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

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

 span { border-color: rgb(51,134,112); }

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