#4BAD67

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

Shades of Ocean Green #4BAD67

Tints of Ocean Green #4BAD67

Color information

#4BAD67 (or 0x4BAD67) is unknown color: approx Ocean Green. HEX triplet: 4B, AD and 67. RGB value is (75,173,103). Sum of RGB (Red+Green+Blue) = 75+173+103=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD67 is #B45298. Grayscale: #878787. Windows color (decimal): -11817625 or 6794571. OLE color: 6794571.

HSL color Cylindrical-coordinate representation of color #4BAD67: hue angle of 137.14º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD67 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB75173103-
CMYK0.5700.400.32
HSL137.14º39.52%48.63%-
HSV(B)137.14º56.65%67.84%-
XYZ20.2932.3618.01-
YUV135.72109.5384.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 173 (67.97% from 255) = 49.29%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=21.37%
G=49.29%
B=29.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731030.5700.400.32137.1439.5248.63
Hex4BAD673902820892831
Octal11325514771050402115061
Binary1001011101011011100111111001010100010000010001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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