#4BAA67

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

Shades of Ocean Green #4BAA67

Tints of Ocean Green #4BAA67

Color information

#4BAA67 (or 0x4BAA67) is unknown color: approx Ocean Green. HEX triplet: 4B, AA and 67. RGB value is (75,170,103). Sum of RGB (Red+Green+Blue) = 75+170+103=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA67 is #B45598. Grayscale: #868686. Windows color (decimal): -11818393 or 6793803. OLE color: 6793803.

HSL color Cylindrical-coordinate representation of color #4BAA67: hue angle of 137.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA67 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB75170103-
CMYK0.5600.390.33
HSL137.68º38.78%48.04%-
HSV(B)137.68º55.88%66.67%-
XYZ19.7231.2217.82-
YUV133.96110.5385.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=21.55%
G=48.85%
B=29.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751701030.5600.390.33137.6838.7848.04
Hex4BAA6738027218a2730
Octal11325214770047412124760
Binary1001011101010101100111111000010011110000110001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,103); }

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

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

 a { background-color: rgb(75,170,103); }

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

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

 span { border-color: rgb(75,170,103); }

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