#338A6E

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

Shades of Viridian #338A6E

Tints of Viridian #338A6E

Color information

#338A6E (or 0x338A6E) is unknown color: approx Viridian. HEX triplet: 33, 8A and 6E. RGB value is (51,138,110). Sum of RGB (Red+Green+Blue) = 51+138+110=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #338A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A6E is #CC7591. Grayscale: #6C6C6C. Windows color (decimal): -13399442 or 7244339. OLE color: 7244339.

HSL color Cylindrical-coordinate representation of color #338A6E: hue angle of 160.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A6E is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB51138110-
CMYK0.6300.200.46
HSL160.69º46.03%37.06%-
HSV(B)160.69º63.04%54.12%-
XYZ13.2720.0117.91-
YUV108.8128.6886.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=17.06%
G=46.15%
B=36.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511381100.6300.200.46160.6946.0337.06
Hex338A6E3F0142Ea12e25
Octal6321215677024562415645
Binary11001110001010110111011111101010010111010100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A6E; }

 p { color: rgb(51,138,110); }

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

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

 a { background-color: rgb(51,138,110); }

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

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

 span { border-color: rgb(51,138,110); }

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