Html Css Color HEX #225B4A Evening Sea

📋 copy color: '#225B4A'

red 34 ◦ green 91 ◦ blue 74

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

Shades of Evening Sea #225B4A

Tints of Evening Sea #225B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.73%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 17.09%
G = 45.73%
B = 37.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#225B4A (or 0x225B4A) is known color: Evening Sea. HEX triplet: 22, 5B and 4A. RGB value is (34,91,74). Sum of RGB (Red+Green+Blue) = 34+91+74=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #225B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B4A is #DDA4B5. Grayscale: #484848. Windows color (decimal): -14525622 or 4872994. OLE color: 4872994.

HSL color Cylindrical-coordinate representation of color #225B4A: hue angle of 162.11º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B4A is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 91 74 -
CMYK 0.63 0 0.19 0.64
HSL 162.11º 0.46% 0.25% -
HSV(B) 162.11º 0.63% 0.36% -
XYZ 5.64 8.32 7.79 -
YUV 72.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 34 91 74 0.63 0 0.19 0.64 162.11 0.46 0.25
Hex 22 5B 4A 3F 0 13 40 A2 2E 19
Octal 42 133 112 77 0 23 100 242 56 31
Binary 100010 1011011 1001010 111111 0 10011 1000000 10100010 101110 11001

Color Harmonies of #225B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B4A

Black with #225B4A

Text Example


Text Example

White with #225B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225B4A; }

 p { color: rgb(34,91,74); }

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

background-color css

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

 a { background-color: rgb(34,91,74); }

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

border-color css

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

 span { border-color: rgb(34,91,74); }

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