#338065

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

Shades of Viridian #338065

Tints of Viridian #338065

Color information

#338065 (or 0x338065) is unknown color: approx Viridian. HEX triplet: 33, 80 and 65. RGB value is (51,128,101). Sum of RGB (Red+Green+Blue) = 51+128+101=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #338065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338065 is #CC7F9A. Grayscale: #656565. Windows color (decimal): -13402011 or 6651955. OLE color: 6651955.

HSL color Cylindrical-coordinate representation of color #338065: hue angle of 158.96º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338065 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB51128101-
CMYK0.6000.210.50
HSL158.96º43.02%35.1%-
HSV(B)158.96º60.16%50.2%-
XYZ11.4317.0815.01-
YUV101.9127.4991.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=18.21%
G=45.71%
B=36.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511281010.6000.210.50158.9643.0235.1
Hex3380653C015329f2b23
Octal6320014574025622375343
Binary11001110000000110010111110001010111001010011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338065; }

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

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

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

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

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

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

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

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