#4C926A

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

Shades of Ocean Green #4C926A

Tints of Ocean Green #4C926A

Color information

#4C926A (or 0x4C926A) is unknown color: approx Ocean Green. HEX triplet: 4C, 92 and 6A. RGB value is (76,146,106). Sum of RGB (Red+Green+Blue) = 76+146+106=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926A is #B36D95. Grayscale: #787878. Windows color (decimal): -11758998 or 6984268. OLE color: 6984268.

HSL color Cylindrical-coordinate representation of color #4C926A: hue angle of 145.71º 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 #4C926A is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB76146106-
CMYK0.4800.270.43
HSL145.71º31.53%43.53%-
HSV(B)145.71º47.95%57.25%-
XYZ15.8623.1317.27-
YUV120.51119.8196.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=23.17%
G=44.51%
B=32.32%

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
Decimal761461060.4800.270.43145.7131.5343.53
Hex4C926A3001B2B92202c
Octal11422215260033532224054
Binary100110010010010110101011000001101110101110010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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