#44A46B

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

Shades of Ocean Green #44A46B

Tints of Ocean Green #44A46B

Color information

#44A46B (or 0x44A46B) is unknown color: approx Ocean Green. HEX triplet: 44, A4 and 6B. RGB value is (68,164,107). Sum of RGB (Red+Green+Blue) = 68+164+107=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #44A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A46B is #BB5B94. Grayscale: #808080. Windows color (decimal): -12278677 or 7054404. OLE color: 7054404.

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

Color convert

RGB68164107-
CMYK0.5900.350.36
HSL144.38º41.38%45.49%-
HSV(B)144.38º58.54%64.31%-
XYZ18.3128.8418.51-
YUV128.8115.784.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=20.06%
G=48.38%
B=31.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641070.5900.350.36144.3841.3845.49
Hex44A46B3B0232490292d
Octal10424415373043442205155
Binary1000100101001001101011111011010001110010010010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,107); }

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

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

 a { background-color: rgb(68,164,107); }

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

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

 span { border-color: rgb(68,164,107); }

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