#238480

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

Shades of Elm #238480

Tints of Elm #238480

Color information

#238480 (or 0x238480) is unknown color: approx Elm. HEX triplet: 23, 84 and 80. RGB value is (35,132,128). Sum of RGB (Red+Green+Blue) = 35+132+128=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #238480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238480 is #DC7B7F. Grayscale: #666666. Windows color (decimal): -14449536 or 8422435. OLE color: 8422435.

HSL color Cylindrical-coordinate representation of color #238480: hue angle of 177.53º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238480 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB35132128-
CMYK0.7300.030.48
HSL177.53º58.08%32.75%-
HSV(B)177.53º73.48%51.76%-
XYZ12.8418.4223.3-
YUV102.54142.3679.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=11.86%
G=44.75%
B=43.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351321280.7300.030.48177.5358.0832.75
Hex238480490330b23a21
Octal4320420011103602627241
Binary1000111000010010000000100100101111000010110010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238480; }

 p { color: rgb(35,132,128); }

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

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

 a { background-color: rgb(35,132,128); }

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

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

 span { border-color: rgb(35,132,128); }

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