#4BA569

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

Shades of Ocean Green #4BA569

Tints of Ocean Green #4BA569

Color information

#4BA569 (or 0x4BA569) is unknown color: approx Ocean Green. HEX triplet: 4B, A5 and 69. RGB value is (75,165,105). Sum of RGB (Red+Green+Blue) = 75+165+105=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA569 is #B45A96. Grayscale: #838383. Windows color (decimal): -11819671 or 6923595. OLE color: 6923595.

HSL color Cylindrical-coordinate representation of color #4BA569: hue angle of 140º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA569 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB75165105-
CMYK0.5500.360.35
HSL140º37.5%47.06%-
HSV(B)140º54.55%64.71%-
XYZ18.9129.4318.05-
YUV131.25113.1887.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=21.74%
G=47.83%
B=30.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751651050.5500.360.3514037.547.06
Hex4BA56937024238c262f
Octal11324515167044432144657
Binary1001011101001011101001110111010010010001110001100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA569; }

 p { color: rgb(75,165,105); }

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

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

 a { background-color: rgb(75,165,105); }

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

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

 span { border-color: rgb(75,165,105); }

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