#44A26C

Color #44A26C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #44A26C

Tints of Ocean Green #44A26C

Color information

#44A26C (or 0x44A26C) is unknown color: approx Ocean Green. HEX triplet: 44, A2 and 6C. RGB value is (68,162,108). Sum of RGB (Red+Green+Blue) = 68+162+108=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #44A26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A26C is #BB5D93. Grayscale: #7F7F7F. Windows color (decimal): -12279188 or 7119428. OLE color: 7119428.

HSL color Cylindrical-coordinate representation of color #44A26C: hue angle of 145.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A26C is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB68162108-
CMYK0.5800.330.36
HSL145.53º40.87%45.1%-
HSV(B)145.53º58.02%63.53%-
XYZ18.0128.1518.67-
YUV127.74116.8685.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=20.12%
G=47.93%
B=31.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621080.5800.330.36145.5340.8745.1
Hex44A26C3A0212492292d
Octal10424215472041442225155
Binary1000100101000101101100111010010000110010010010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A26C; }

 p { color: rgb(68,162,108); }

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

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

 a { background-color: rgb(68,162,108); }

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

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

 span { border-color: rgb(68,162,108); }

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