#338066

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

Shades of Viridian #338066

Tints of Viridian #338066

Color information

#338066 (or 0x338066) is unknown color: approx Viridian. HEX triplet: 33, 80 and 66. RGB value is (51,128,102). Sum of RGB (Red+Green+Blue) = 51+128+102=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #338066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338066 is #CC7F99. Grayscale: #666666. Windows color (decimal): -13402010 or 6717491. OLE color: 6717491.

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

Color convert

RGB51128102-
CMYK0.6000.200.50
HSL159.74º43.02%35.1%-
HSV(B)159.74º60.16%50.2%-
XYZ11.4817.115.27-
YUV102.01127.9991.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=18.15%
G=45.55%
B=36.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511281020.6000.200.50159.7443.0235.1
Hex3380663C01432a02b23
Octal6320014674024622405343
Binary11001110000000110011011110001010011001010100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338066; }

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

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

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

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

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

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

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

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