#338364

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

Shades of Viridian #338364

Tints of Viridian #338364

Color information

#338364 (or 0x338364) is unknown color: approx Viridian. HEX triplet: 33, 83 and 64. RGB value is (51,131,100). Sum of RGB (Red+Green+Blue) = 51+131+100=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #338364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338364 is #CC7C9B. Grayscale: #676767. Windows color (decimal): -13401244 or 6587187. OLE color: 6587187.

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

Color convert

RGB51131100-
CMYK0.6100.240.49
HSL156.75º43.96%35.69%-
HSV(B)156.75º61.07%51.37%-
XYZ11.7817.8614.88-
YUV103.5512690.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=18.09%
G=46.45%
B=35.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311000.6100.240.49156.7543.9635.69
Hex3383643D018319d2c24
Octal6320314475030612355444
Binary11001110000011110010011110101100011000110011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338364; }

 p { color: rgb(51,131,100); }

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

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

 a { background-color: rgb(51,131,100); }

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

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

 span { border-color: rgb(51,131,100); }

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