Html Css Color HEX #227E53 Salem

📋 copy color: '#227E53'

red 34 ◦ green 126 ◦ blue 83

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

Shades of Salem #227E53

Tints of Salem #227E53

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.85%

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 13.99%
G = 51.85%
B = 34.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#227E53 (or 0x227E53) is known color: Salem. HEX triplet: 22, 7E and 53. RGB value is (34,126,83). Sum of RGB (Red+Green+Blue) = 34+126+83=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #227E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E53 is #DD81AC. Grayscale: #5D5D5D. Windows color (decimal): -14516653 or 5471778. OLE color: 5471778.

HSL color Cylindrical-coordinate representation of color #227E53: hue angle of 151.96º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227E53 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 126 83 -
CMYK 0.73 0 0.34 0.51
HSL 151.96º 0.58% 0.31% -
HSV(B) 151.96º 0.73% 0.49% -
XYZ 9.68 15.89 10.74 -
YUV 93.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 34 126 83 0.73 0 0.34 0.51 151.96 0.58 0.31
Hex 22 7E 53 49 0 22 33 98 3A 1F
Octal 42 176 123 111 0 42 63 230 72 37
Binary 100010 1111110 1010011 1001001 0 100010 110011 10011000 111010 11111

Color Harmonies of #227E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227E53

Black with #227E53

Text Example


Text Example

White with #227E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227E53; }

 p { color: rgb(34,126,83); }

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

background-color css

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

 a { background-color: rgb(34,126,83); }

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

border-color css

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

 span { border-color: rgb(34,126,83); }

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