#227961

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

Shades of Deep Sea #227961

Tints of Deep Sea #227961

Color information

#227961 (or 0x227961) is unknown color: approx Deep Sea. HEX triplet: 22, 79 and 61. RGB value is (34,121,97). Sum of RGB (Red+Green+Blue) = 34+121+97=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #227961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227961 is #DD869E. Grayscale: #5C5C5C. Windows color (decimal): -14517919 or 6388002. OLE color: 6388002.

HSL color Cylindrical-coordinate representation of color #227961: hue angle of 163.45º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227961 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB3412197-
CMYK0.7200.200.53
HSL163.45º56.13%30.39%-
HSV(B)163.45º71.9%47.45%-
XYZ9.6514.8813.67-
YUV92.25130.6886.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=13.49%
G=48.02%
B=38.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34121970.7200.200.53163.4556.1330.39
Hex2279614801435a3381e
Octal42171141110024652437036
Binary1000101111001110000110010000101001101011010001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227961; }

 p { color: rgb(34,121,97); }

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

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

 a { background-color: rgb(34,121,97); }

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

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

 span { border-color: rgb(34,121,97); }

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