#4B9C6F

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

Shades of Ocean Green #4B9C6F

Tints of Ocean Green #4B9C6F

Color information

#4B9C6F (or 0x4B9C6F) is unknown color: approx Ocean Green. HEX triplet: 4B, 9C and 6F. RGB value is (75,156,111). Sum of RGB (Red+Green+Blue) = 75+156+111=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9C6F is #B46390. Grayscale: #7E7E7E. Windows color (decimal): -11821969 or 7314507. OLE color: 7314507.

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

Color convert

RGB75156111-
CMYK0.5200.290.39
HSL146.67º35.06%45.29%-
HSV(B)146.67º51.92%61.18%-
XYZ17.6626.4219.21-
YUV126.65119.1691.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=21.93%
G=45.61%
B=32.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751561110.5200.290.39146.6735.0645.29
Hex4B9C6F3401D2793232d
Octal11323415764035472234355
Binary100101110011100110111111010001110110011110010011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,156,111); }

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

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

 a { background-color: rgb(75,156,111); }

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

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

 span { border-color: rgb(75,156,111); }

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