Html Css Color HEX #338078 Elm

📋 copy color: '#338078'

red 51 ◦ green 128 ◦ blue 120

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

Shades of Elm #338078

Tints of Elm #338078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 17.06%
G = 42.81%
B = 40.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#338078 (or 0x338078) is known color: Elm. HEX triplet: 33, 80 and 78. RGB value is (51,128,120). Sum of RGB (Red+Green+Blue) = 51+128+120=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #338078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338078 is #CC7F87. Grayscale: #686868. Windows color (decimal): -13401992 or 7897139. OLE color: 7897139.

HSL color Cylindrical-coordinate representation of color #338078: hue angle of 173.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338078 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 120 -
CMYK 0.60 0 0.06 0.50
HSL 173.77º 0.43% 0.35% -
HSV(B) 173.77º 0.6% 0.5% -
XYZ 12.47 17.5 20.49 -
YUV 104.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 51 128 120 0.60 0 0.06 0.50 173.77 0.43 0.35
Hex 33 80 78 3C 0 6 32 AE 2B 23
Octal 63 200 170 74 0 6 62 256 53 43
Binary 110011 10000000 1111000 111100 0 110 110010 10101110 101011 100011

Color Harmonies of #338078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338078

Black with #338078

Text Example


Text Example

White with #338078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338078; }

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

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

background-color css

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

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

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

border-color css

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

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

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