Html Css Color HEX #225750 Eden

📋 copy color: '#225750'

red 34 ◦ green 87 ◦ blue 80

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

Shades of Eden #225750

Tints of Eden #225750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.28%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 16.92%
G = 43.28%
B = 39.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#225750 (or 0x225750) is known color: Eden. HEX triplet: 22, 57 and 50. RGB value is (34,87,80). Sum of RGB (Red+Green+Blue) = 34+87+80=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #225750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225750 is #DDA8AF. Grayscale: #464646. Windows color (decimal): -14526640 or 5265186. OLE color: 5265186.

HSL color Cylindrical-coordinate representation of color #225750: hue angle of 172.08º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225750 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 87 80 -
CMYK 0.61 0 0.08 0.66
HSL 172.08º 0.44% 0.24% -
HSV(B) 172.08º 0.61% 0.34% -
XYZ 5.52 7.74 8.79 -
YUV 70.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 34 87 80 0.61 0 0.08 0.66 172.08 0.44 0.24
Hex 22 57 50 3D 0 8 42 AC 2C 18
Octal 42 127 120 75 0 10 102 254 54 30
Binary 100010 1010111 1010000 111101 0 1000 1000010 10101100 101100 11000

Color Harmonies of #225750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225750

Black with #225750

Text Example


Text Example

White with #225750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225750; }

 p { color: rgb(34,87,80); }

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

background-color css

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

 a { background-color: rgb(34,87,80); }

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

border-color css

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

 span { border-color: rgb(34,87,80); }

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