#338568

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

Shades of Viridian #338568

Tints of Viridian #338568

Color information

#338568 (or 0x338568) is unknown color: approx Viridian. HEX triplet: 33, 85 and 68. RGB value is (51,133,104). Sum of RGB (Red+Green+Blue) = 51+133+104=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #338568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338568 is #CC7A97. Grayscale: #696969. Windows color (decimal): -13400728 or 6849843. OLE color: 6849843.

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

Color convert

RGB51133104-
CMYK0.6200.220.48
HSL158.78º44.57%36.08%-
HSV(B)158.78º61.65%52.16%-
XYZ12.2518.4816.02-
YUV105.18127.3389.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=17.71%
G=46.18%
B=36.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331040.6200.220.48158.7844.5736.08
Hex3385683E016309f2d24
Octal6320515076026602375544
Binary11001110000101110100011111001011011000010011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338568; }

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

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

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

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

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

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

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

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