#338163

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

Shades of Viridian #338163

Tints of Viridian #338163

Color information

#338163 (or 0x338163) is unknown color: approx Viridian. HEX triplet: 33, 81 and 63. RGB value is (51,129,99). Sum of RGB (Red+Green+Blue) = 51+129+99=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #338163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338163 is #CC7E9C. Grayscale: #666666. Windows color (decimal): -13401757 or 6521139. OLE color: 6521139.

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

Color convert

RGB5112999-
CMYK0.6000.230.49
HSL156.92º43.33%35.29%-
HSV(B)156.92º60.47%50.59%-
XYZ11.4717.3114.54-
YUV102.26126.1691.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=18.28%
G=46.24%
B=35.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129990.6000.230.49156.9243.3335.29
Hex3381633C017319d2b23
Octal6320114374027612355343
Binary11001110000001110001111110001011111000110011101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338163; }

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

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

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

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

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

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

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

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