#338B75

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

Shades of Viridian #338B75

Tints of Viridian #338B75

Color information

#338B75 (or 0x338B75) is unknown color: approx Viridian. HEX triplet: 33, 8B and 75. RGB value is (51,139,117). Sum of RGB (Red+Green+Blue) = 51+139+117=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #338B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B75 is #CC748A. Grayscale: #6E6E6E. Windows color (decimal): -13399179 or 7703347. OLE color: 7703347.

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

Color convert

RGB51139117-
CMYK0.6300.160.45
HSL165º46.32%37.25%-
HSV(B)165º63.31%54.51%-
XYZ13.8120.4520.05-
YUV110.18131.8585.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=16.61%
G=45.28%
B=38.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391170.6300.160.4516546.3237.25
Hex338B753F0102Da52e25
Octal6321316577020552455645
Binary11001110001011111010111111101000010110110100101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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