#338873

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

Shades of Viridian #338873

Tints of Viridian #338873

Color information

#338873 (or 0x338873) is unknown color: approx Viridian. HEX triplet: 33, 88 and 73. RGB value is (51,136,115). Sum of RGB (Red+Green+Blue) = 51+136+115=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #338873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338873 is #CC778C. Grayscale: #6C6C6C. Windows color (decimal): -13399949 or 7571507. OLE color: 7571507.

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

Color convert

RGB51136115-
CMYK0.6200.150.47
HSL165.18º45.45%36.67%-
HSV(B)165.18º62.5%53.33%-
XYZ13.2619.5519.29-
YUV108.19131.8487.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=16.89%
G=45.03%
B=38.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361150.6200.150.47165.1845.4536.67
Hex3388733E0F2Fa52d25
Octal6321016376017572455545
Binary1100111000100011100111111100111110111110100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338873; }

 p { color: rgb(51,136,115); }

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

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

 a { background-color: rgb(51,136,115); }

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

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

 span { border-color: rgb(51,136,115); }

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