#338266

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

Shades of Viridian #338266

Tints of Viridian #338266

Color information

#338266 (or 0x338266) is unknown color: approx Viridian. HEX triplet: 33, 82 and 66. RGB value is (51,130,102). Sum of RGB (Red+Green+Blue) = 51+130+102=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #338266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338266 is #CC7D99. Grayscale: #676767. Windows color (decimal): -13401498 or 6718003. OLE color: 6718003.

HSL color Cylindrical-coordinate representation of color #338266: hue angle of 158.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338266 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB51130102-
CMYK0.6100.220.49
HSL158.73º43.65%35.49%-
HSV(B)158.73º60.77%50.98%-
XYZ11.7517.6315.35-
YUV103.19127.3390.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=18.02%
G=45.94%
B=36.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301020.6100.220.49158.7343.6535.49
Hex3382663D016319f2c23
Octal6320214675026612375443
Binary11001110000010110011011110101011011000110011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338266; }

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

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

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

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

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

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

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

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