Html Css Color HEX #228580 Elm

📋 copy color: '#228580'

red 34 ◦ green 133 ◦ blue 128

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

Shades of Elm #228580

Tints of Elm #228580

RGB

 RED value IS 34 (13.67% from 255) = 11.53%

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 11.53%
G = 45.08%
B = 43.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#228580 (or 0x228580) is known color: Elm. HEX triplet: 22, 85 and 80. RGB value is (34,133,128). Sum of RGB (Red+Green+Blue) = 34+133+128=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #228580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228580 is #DD7A7F. Grayscale: #666666. Windows color (decimal): -14514816 or 8422690. OLE color: 8422690.

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

Color convert

RGB 34 133 128 -
CMYK 0.74 0 0.04 0.48
HSL 176.97º 0.59% 0.33% -
HSV(B) 176.97º 0.74% 0.52% -
XYZ 12.94 18.67 23.34 -
YUV 102.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 34 133 128 0.74 0 0.04 0.48 176.97 0.59 0.33
Hex 22 85 80 4A 0 4 30 B1 3B 21
Octal 42 205 200 112 0 4 60 261 73 41
Binary 100010 10000101 10000000 1001010 0 100 110000 10110001 111011 100001

Color Harmonies of #228580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228580

Black with #228580

Text Example


Text Example

White with #228580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228580; }

 p { color: rgb(34,133,128); }

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

background-color css

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

 a { background-color: rgb(34,133,128); }

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

border-color css

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

 span { border-color: rgb(34,133,128); }

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