#4B9B68

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

Shades of Ocean Green #4B9B68

Tints of Ocean Green #4B9B68

Color information

#4B9B68 (or 0x4B9B68) is unknown color: approx Ocean Green. HEX triplet: 4B, 9B and 68. RGB value is (75,155,104). Sum of RGB (Red+Green+Blue) = 75+155+104=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B68 is #B46497. Grayscale: #7D7D7D. Windows color (decimal): -11822232 or 6855499. OLE color: 6855499.

HSL color Cylindrical-coordinate representation of color #4B9B68: hue angle of 141.75º 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 #4B9B68 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB75155104-
CMYK0.5200.330.39
HSL141.75º34.78%45.1%-
HSV(B)141.75º51.61%60.78%-
XYZ17.1225.9417.2-
YUV125.2711692.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=22.46%
G=46.41%
B=31.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751551040.5200.330.39141.7534.7845.1
Hex4B9B6834021278e232d
Octal11323315064041472164355
Binary1001011100110111101000110100010000110011110001110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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