#338B78

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

Shades of Viridian #338B78

Tints of Viridian #338B78

Color information

#338B78 (or 0x338B78) is unknown color: approx Viridian. HEX triplet: 33, 8B and 78. RGB value is (51,139,120). Sum of RGB (Red+Green+Blue) = 51+139+120=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #338B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B78 is #CC7487. Grayscale: #6E6E6E. Windows color (decimal): -13399176 or 7899955. OLE color: 7899955.

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

Color convert

RGB51139120-
CMYK0.6300.140.45
HSL167.05º46.32%37.25%-
HSV(B)167.05º63.31%54.51%-
XYZ13.9920.5320.99-
YUV110.52133.3585.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=16.45%
G=44.84%
B=38.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391200.6300.140.45167.0546.3237.25
Hex338B783F0E2Da72e25
Octal6321317077016552475645
Binary1100111000101111110001111110111010110110100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,139,120); }

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

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

 a { background-color: rgb(51,139,120); }

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

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

 span { border-color: rgb(51,139,120); }

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