#338068

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

Shades of Viridian #338068

Tints of Viridian #338068

Color information

#338068 (or 0x338068) is unknown color: approx Viridian. HEX triplet: 33, 80 and 68. RGB value is (51,128,104). Sum of RGB (Red+Green+Blue) = 51+128+104=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #338068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338068 is #CC7F97. Grayscale: #666666. Windows color (decimal): -13402008 or 6848563. OLE color: 6848563.

HSL color Cylindrical-coordinate representation of color #338068: hue angle of 161.3º 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 #338068 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB51128104-
CMYK0.6000.190.50
HSL161.3º43.02%35.1%-
HSV(B)161.3º60.16%50.2%-
XYZ11.5817.1415.79-
YUV102.24128.9991.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=18.02%
G=45.23%
B=36.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511281040.6000.190.50161.343.0235.1
Hex3380683C01332a12b23
Octal6320015074023622415343
Binary11001110000000110100011110001001111001010100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338068; }

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

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

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

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

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

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

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

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