#225F4B

Color #225F4B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #225F4B

Tints of Evening Sea #225F4B

Color information

#225F4B (or 0x225F4B) is unknown color: approx Evening Sea. HEX triplet: 22, 5F and 4B. RGB value is (34,95,75). Sum of RGB (Red+Green+Blue) = 34+95+75=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #225F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225F4B is #DDA0B4. Grayscale: #4A4A4A. Windows color (decimal): -14524597 or 4939554. OLE color: 4939554.

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

Color convert

RGB349575-
CMYK0.6400.210.63
HSL160.33º47.29%25.29%-
HSV(B)160.33º64.21%37.25%-
XYZ6.029.038.08-
YUV74.48128.2999.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=16.67%
G=46.57%
B=36.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495750.6400.210.63160.3347.2925.29
Hex225F4B400153Fa02f19
Octal42137113100025772405731
Binary1000101011111100101110000000101011111111010000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,75); }

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

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

 a { background-color: rgb(34,95,75); }

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

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

 span { border-color: rgb(34,95,75); }

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