Html Css Color HEX #338B7A Elm

📋 copy color: '#338B7A'

red 51 ◦ green 139 ◦ blue 122

#338B7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #338B7A

Tints of Elm #338B7A

RGB

 RED value IS 51 (20.31% from 255) = 16.35%

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 16.35%
G = 44.55%
B = 39.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#338B7A (or 0x338B7A) is known color: Elm. HEX triplet: 33, 8B and 7A. RGB value is (51,139,122). Sum of RGB (Red+Green+Blue) = 51+139+122=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #338B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B7A is #CC7485. Grayscale: #6E6E6E. Windows color (decimal): -13399174 or 8031027. OLE color: 8031027.

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

Color convert

RGB 51 139 122 -
CMYK 0.63 0 0.12 0.45
HSL 168.41º 0.46% 0.37% -
HSV(B) 168.41º 0.63% 0.55% -
XYZ 14.11 20.57 21.64 -
YUV 110.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 51 139 122 0.63 0 0.12 0.45 168.41 0.46 0.37
Hex 33 8B 7A 3F 0 C 2D A8 2E 25
Octal 63 213 172 77 0 14 55 250 56 45
Binary 110011 10001011 1111010 111111 0 1100 101101 10101000 101110 100101

Color Harmonies of #338B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B7A

Black with #338B7A

Text Example


Text Example

White with #338B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #338B7A;
 }
 .AnyTagClassName
 {
   color: #338B7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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