#188478

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

Shades of Elm #188478

Tints of Elm #188478

Color information

#188478 (or 0x188478) is unknown color: approx Elm. HEX triplet: 18, 84 and 78. RGB value is (24,132,120). Sum of RGB (Red+Green+Blue) = 24+132+120=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #188478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188478 is #E77B87. Grayscale: #626262. Windows color (decimal): -15170440 or 7898136. OLE color: 7898136.

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

Color convert

RGB24132120-
CMYK0.8200.090.48
HSL173.33º69.23%30.59%-
HSV(B)173.33º81.82%51.76%-
XYZ12.0218.0520.62-
YUV98.34140.2274.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=8.70%
G=47.83%
B=43.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241321200.8200.090.48173.3369.2330.59
Hex188478520930ad451f
Octal302041701220116025510537
Binary1100010000100111100010100100100111000010101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188478; }

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

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

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

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

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

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

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

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