#338565

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

Shades of Viridian #338565

Tints of Viridian #338565

Color information

#338565 (or 0x338565) is unknown color: approx Viridian. HEX triplet: 33, 85 and 65. RGB value is (51,133,101). Sum of RGB (Red+Green+Blue) = 51+133+101=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #338565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338565 is #CC7A9A. Grayscale: #686868. Windows color (decimal): -13400731 or 6653235. OLE color: 6653235.

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

Color convert

RGB51133101-
CMYK0.6200.240.48
HSL156.59º44.57%36.08%-
HSV(B)156.59º61.65%52.16%-
XYZ12.118.4215.23-
YUV104.83125.8389.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=17.89%
G=46.67%
B=35.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331010.6200.240.48156.5944.5736.08
Hex3385653E018309d2d24
Octal6320514576030602355544
Binary11001110000101110010111111001100011000010011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338565; }

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

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

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

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

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

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

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

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