#45A46B

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

Shades of Ocean Green #45A46B

Tints of Ocean Green #45A46B

Color information

#45A46B (or 0x45A46B) is unknown color: approx Ocean Green. HEX triplet: 45, A4 and 6B. RGB value is (69,164,107). Sum of RGB (Red+Green+Blue) = 69+164+107=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #45A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A46B is #BA5B94. Grayscale: #818181. Windows color (decimal): -12213141 or 7054405. OLE color: 7054405.

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

Color convert

RGB69164107-
CMYK0.5800.350.36
HSL144º40.77%45.69%-
HSV(B)144º57.93%64.31%-
XYZ18.3828.8818.51-
YUV129.1115.5385.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=20.29%
G=48.24%
B=31.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641070.5800.350.3614440.7745.69
Hex45A46B3A0232490292e
Octal10524415372043442205156
Binary1000101101001001101011111010010001110010010010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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