#4B9A6C

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

Shades of Ocean Green #4B9A6C

Tints of Ocean Green #4B9A6C

Color information

#4B9A6C (or 0x4B9A6C) is unknown color: approx Ocean Green. HEX triplet: 4B, 9A and 6C. RGB value is (75,154,108). Sum of RGB (Red+Green+Blue) = 75+154+108=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9A6C is #B46593. Grayscale: #7D7D7D. Windows color (decimal): -11822484 or 7117387. OLE color: 7117387.

HSL color Cylindrical-coordinate representation of color #4B9A6C: hue angle of 145.06º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A6C is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB75154108-
CMYK0.5100.300.40
HSL145.06º34.5%44.9%-
HSV(B)145.06º51.3%60.39%-
XYZ17.1625.6918.24-
YUV125.14118.3392.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=22.26%
G=45.70%
B=32.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751541080.5100.300.40145.0634.544.9
Hex4B9A6C3301E2891222d
Octal11323215463036502214255
Binary100101110011010110110011001101111010100010010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,154,108); }

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

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

 a { background-color: rgb(75,154,108); }

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

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

 span { border-color: rgb(75,154,108); }

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