#338463

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

Shades of Viridian #338463

Tints of Viridian #338463

Color information

#338463 (or 0x338463) is unknown color: approx Viridian. HEX triplet: 33, 84 and 63. RGB value is (51,132,99). Sum of RGB (Red+Green+Blue) = 51+132+99=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #338463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338463 is #CC7B9C. Grayscale: #686868. Windows color (decimal): -13400989 or 6521907. OLE color: 6521907.

HSL color Cylindrical-coordinate representation of color #338463: hue angle of 155.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338463 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB5113299-
CMYK0.6100.250.48
HSL155.56º44.26%35.88%-
HSV(B)155.56º61.36%51.76%-
XYZ11.8718.1114.67-
YUV104.02125.1690.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=18.09%
G=46.81%
B=35.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132990.6100.250.48155.5644.2635.88
Hex3384633D019309c2c24
Octal6320414375031602345444
Binary11001110000100110001111110101100111000010011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338463; }

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

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

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

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

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

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

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

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