#338265

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

Shades of Viridian #338265

Tints of Viridian #338265

Color information

#338265 (or 0x338265) is unknown color: approx Viridian. HEX triplet: 33, 82 and 65. RGB value is (51,130,101). Sum of RGB (Red+Green+Blue) = 51+130+101=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #338265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338265 is #CC7D9A. Grayscale: #676767. Windows color (decimal): -13401499 or 6652467. OLE color: 6652467.

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

Color convert

RGB51130101-
CMYK0.6100.220.49
HSL157.97º43.65%35.49%-
HSV(B)157.97º60.77%50.98%-
XYZ11.717.6115.09-
YUV103.07126.8390.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=18.09%
G=46.10%
B=35.82%

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
Decimal511301010.6100.220.49157.9743.6535.49
Hex3382653D016319e2c23
Octal6320214575026612365443
Binary11001110000010110010111110101011011000110011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338265; }

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

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

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

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

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

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

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

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