#338A6C

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

Shades of Viridian #338A6C

Tints of Viridian #338A6C

Color information

#338A6C (or 0x338A6C) is unknown color: approx Viridian. HEX triplet: 33, 8A and 6C. RGB value is (51,138,108). Sum of RGB (Red+Green+Blue) = 51+138+108=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #338A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A6C is #CC7593. Grayscale: #6C6C6C. Windows color (decimal): -13399444 or 7113267. OLE color: 7113267.

HSL color Cylindrical-coordinate representation of color #338A6C: hue angle of 159.31º 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 #338A6C is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB51138108-
CMYK0.6300.220.46
HSL159.31º46.03%37.06%-
HSV(B)159.31º63.04%54.12%-
XYZ13.1619.9617.35-
YUV108.57127.6886.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=17.17%
G=46.46%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511381080.6300.220.46159.3146.0337.06
Hex338A6C3F0162E9f2e25
Octal6321215477026562375645
Binary11001110001010110110011111101011010111010011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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