#4C926B

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

Shades of Ocean Green #4C926B

Tints of Ocean Green #4C926B

Color information

#4C926B (or 0x4C926B) is unknown color: approx Ocean Green. HEX triplet: 4C, 92 and 6B. RGB value is (76,146,107). Sum of RGB (Red+Green+Blue) = 76+146+107=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926B is #B36D94. Grayscale: #787878. Windows color (decimal): -11758997 or 7049804. OLE color: 7049804.

HSL color Cylindrical-coordinate representation of color #4C926B: hue angle of 146.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C926B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB76146107-
CMYK0.4800.270.43
HSL146.57º31.53%43.53%-
HSV(B)146.57º47.95%57.25%-
XYZ15.9123.1617.54-
YUV120.62120.3196.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=23.10%
G=44.38%
B=32.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761461070.4800.270.43146.5731.5343.53
Hex4C926B3001B2B93202c
Octal11422215360033532234054
Binary100110010010010110101111000001101110101110010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,107); }

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

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

 a { background-color: rgb(76,146,107); }

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

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

 span { border-color: rgb(76,146,107); }

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