#338B7D

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

Shades of Elm #338B7D

Tints of Elm #338B7D

Color information

#338B7D (or 0x338B7D) is unknown color: approx Elm. HEX triplet: 33, 8B and 7D. RGB value is (51,139,125). Sum of RGB (Red+Green+Blue) = 51+139+125=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #338B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B7D is #CC7482. Grayscale: #6F6F6F. Windows color (decimal): -13399171 or 8227635. OLE color: 8227635.

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

Color convert

RGB51139125-
CMYK0.6300.100.45
HSL170.45º46.32%37.25%-
HSV(B)170.45º63.31%54.51%-
XYZ14.320.6522.63-
YUV111.09135.8585.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=16.19%
G=44.13%
B=39.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391250.6300.100.45170.4546.3237.25
Hex338B7D3F0A2Daa2e25
Octal6321317577012552525645
Binary1100111000101111111011111110101010110110101010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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