Html Css Color HEX #338478 Elm

📋 copy color: '#338478'

red 51 ◦ green 132 ◦ blue 120

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

Shades of Elm #338478

Tints of Elm #338478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

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

R = 16.83%
G = 43.56%
B = 39.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#338478 (or 0x338478) is known color: Elm. HEX triplet: 33, 84 and 78. RGB value is (51,132,120). Sum of RGB (Red+Green+Blue) = 51+132+120=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #338478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338478 is #CC7B87. Grayscale: #6A6A6A. Windows color (decimal): -13400968 or 7898163. OLE color: 7898163.

HSL color Cylindrical-coordinate representation of color #338478: hue angle of 171.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338478 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 120 -
CMYK 0.61 0 0.09 0.48
HSL 171.11º 0.44% 0.36% -
HSV(B) 171.11º 0.61% 0.52% -
XYZ 13.01 18.56 20.67 -
YUV 106.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 51 132 120 0.61 0 0.09 0.48 171.11 0.44 0.36
Hex 33 84 78 3D 0 9 30 AB 2C 24
Octal 63 204 170 75 0 11 60 253 54 44
Binary 110011 10000100 1111000 111101 0 1001 110000 10101011 101100 100100

Color Harmonies of #338478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338478

Black with #338478

Text Example


Text Example

White with #338478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338478; }

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

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

background-color css

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

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

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

border-color css

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

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

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