#338168

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

Shades of Viridian #338168

Tints of Viridian #338168

Color information

#338168 (or 0x338168) is unknown color: approx Viridian. HEX triplet: 33, 81 and 68. RGB value is (51,129,104). Sum of RGB (Red+Green+Blue) = 51+129+104=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #338168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338168 is #CC7E97. Grayscale: #666666. Windows color (decimal): -13401752 or 6848819. OLE color: 6848819.

HSL color Cylindrical-coordinate representation of color #338168: hue angle of 160.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338168 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB51129104-
CMYK0.6000.190.49
HSL160.77º43.33%35.29%-
HSV(B)160.77º60.47%50.59%-
XYZ11.7117.415.84-
YUV102.83128.6691.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=17.96%
G=45.42%
B=36.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291040.6000.190.49160.7743.3335.29
Hex3381683C01331a12b23
Octal6320115074023612415343
Binary11001110000001110100011110001001111000110100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338168; }

 p { color: rgb(51,129,104); }

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

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

 a { background-color: rgb(51,129,104); }

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

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

 span { border-color: rgb(51,129,104); }

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