#4B9B6D

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

Shades of Ocean Green #4B9B6D

Tints of Ocean Green #4B9B6D

Color information

#4B9B6D (or 0x4B9B6D) is unknown color: approx Ocean Green. HEX triplet: 4B, 9B and 6D. RGB value is (75,155,109). Sum of RGB (Red+Green+Blue) = 75+155+109=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B6D is #B46492. Grayscale: #7D7D7D. Windows color (decimal): -11822227 or 7183179. OLE color: 7183179.

HSL color Cylindrical-coordinate representation of color #4B9B6D: hue angle of 145.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B6D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB75155109-
CMYK0.5200.300.39
HSL145.5º34.78%45.1%-
HSV(B)145.5º51.61%60.78%-
XYZ17.3826.0418.58-
YUV125.84118.591.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=22.12%
G=45.72%
B=32.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751551090.5200.300.39145.534.7845.1
Hex4B9B6D3401E2792232d
Octal11323315564036472224355
Binary100101110011011110110111010001111010011110010010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,155,109); }

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

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

 a { background-color: rgb(75,155,109); }

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

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

 span { border-color: rgb(75,155,109); }

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