#338165

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

Shades of Viridian #338165

Tints of Viridian #338165

Color information

#338165 (or 0x338165) is unknown color: approx Viridian. HEX triplet: 33, 81 and 65. RGB value is (51,129,101). Sum of RGB (Red+Green+Blue) = 51+129+101=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #338165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338165 is #CC7E9A. Grayscale: #666666. Windows color (decimal): -13401755 or 6652211. OLE color: 6652211.

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

Color convert

RGB51129101-
CMYK0.6000.220.49
HSL158.46º43.33%35.29%-
HSV(B)158.46º60.47%50.59%-
XYZ11.5617.3415.05-
YUV102.49127.1691.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=18.15%
G=45.91%
B=35.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291010.6000.220.49158.4643.3335.29
Hex3381653C016319e2b23
Octal6320114574026612365343
Binary11001110000001110010111110001011011000110011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338165; }

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

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

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

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

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

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

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

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