#4B9769

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

Shades of Ocean Green #4B9769

Tints of Ocean Green #4B9769

Color information

#4B9769 (or 0x4B9769) is unknown color: approx Ocean Green. HEX triplet: 4B, 97 and 69. RGB value is (75,151,105). Sum of RGB (Red+Green+Blue) = 75+151+105=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9769 is #B46896. Grayscale: #7B7B7B. Windows color (decimal): -11823255 or 6920011. OLE color: 6920011.

HSL color Cylindrical-coordinate representation of color #4B9769: hue angle of 143.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9769 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB75151105-
CMYK0.5000.300.41
HSL143.68º33.63%44.31%-
HSV(B)143.68º50.33%59.22%-
XYZ16.5224.6517.25-
YUV123.03117.8293.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=22.66%
G=45.62%
B=31.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751511050.5000.300.41143.6833.6344.31
Hex4B97693201E2990222c
Octal11322715162036512204254
Binary100101110010111110100111001001111010100110010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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