#338365

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

Shades of Viridian #338365

Tints of Viridian #338365

Color information

#338365 (or 0x338365) is unknown color: approx Viridian. HEX triplet: 33, 83 and 65. RGB value is (51,131,101). Sum of RGB (Red+Green+Blue) = 51+131+101=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #338365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338365 is #CC7C9A. Grayscale: #676767. Windows color (decimal): -13401243 or 6652723. OLE color: 6652723.

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

Color convert

RGB51131101-
CMYK0.6100.230.49
HSL157.5º43.96%35.69%-
HSV(B)157.5º61.07%51.37%-
XYZ11.8317.8815.14-
YUV103.66126.590.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=18.02%
G=46.29%
B=35.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311010.6100.230.49157.543.9635.69
Hex3383653D017319e2c24
Octal6320314575027612365444
Binary11001110000011110010111110101011111000110011110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338365; }

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

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

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

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

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

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

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

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